refactor: remove unused flag

This commit is contained in:
decentral1se 2022-01-24 16:58:32 +01:00
parent a23124aede
commit 22f9cf2be4
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 10 deletions

View File

@ -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