From 22f9cf2be47224ef05f03d993560f97f4d32d938 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 24 Jan 2022 16:58:32 +0100 Subject: [PATCH] refactor: remove unused flag --- cli/internal/cli.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cli/internal/cli.go b/cli/internal/cli.go index b951a3a0..ceda8f92 100644 --- a/cli/internal/cli.go +++ b/cli/internal/cli.go @@ -28,16 +28,6 @@ var PassFlag = &cli.BoolFlag{ Destination: &Pass, } -// Context is temp -var Context string - -// ContextFlag is temp -var ContextFlag = &cli.StringFlag{ - Name: "context, c", - Value: "", - Destination: &Context, -} - // Force force functionality without asking. var Force bool