We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eaa84 commit 034b929Copy full SHA for 034b929
main.go
@@ -59,9 +59,9 @@ func main() {
59
Usage: "the google cloud project for secrets without a project prefix",
60
},
61
&cli.BoolFlag{
62
- Name: "interactive",
+ Name: "interactive",
63
Aliases: []string{"i"},
64
- Usage: "use this flag if the command expects some input from the stdin",
+ Usage: "use this flag if the command expects some input from the stdin",
65
66
67
Commands: []*cli.Command{
0 commit comments