Accidentally left something I was testing in..oops
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
f7e5a7adee
commit
4353aa9559
1 changed files with 0 additions and 5 deletions
5
cli.go
5
cli.go
|
@ -138,11 +138,6 @@ func prepareCLI() *cli.App {
|
|||
Usage: "enable debug logging",
|
||||
Value: false,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "test",
|
||||
Usage: "enable debug logging",
|
||||
Value: true,
|
||||
},
|
||||
},
|
||||
Action: doQuery,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue