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 5d1631a commit bcce855Copy full SHA for bcce855
cmd/step/main.go
@@ -53,6 +53,7 @@ func main() {
53
cli.FlagNamePrefixer = usage.FlagNamePrefixer
54
cli.FlagStringer = stringifyFlag
55
56
+ os.Setenv("_CLI_ZSH_AUTOCOMPLETE_HACK", "1")
57
// Configure cli app
58
app := cli.NewApp()
59
app.Name = "step"
0 commit comments