Skip to content

Commit

Permalink
Update frontend/cli/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Thomas <[email protected]>
  • Loading branch information
stuartwdouglas and alecthomas authored Sep 19, 2024
1 parent 23de568 commit 968c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type CLI struct {
Secret secretCmd `cmd:"" help:"Manage secrets."`
Config configCmd `cmd:"" help:"Manage configuration."`
Pubsub pubsubCmd `cmd:"" help:"Manage pub/sub."`
Completion kongcompletion.Completion `cmd:"" help:"Outputs shell code for initialising tab completions"`
Completion kongcompletion.Completion `cmd:"" help:"Outputs shell code for initialising tab completions."`

// Specify the 1Password vault to access secrets from.
Vault string `name:"opvault" help:"1Password vault to be used for secrets. The name of the 1Password item will be the <ref> and the secret will be stored in the password field." placeholder:"VAULT"`
Expand Down

0 comments on commit 968c03c

Please sign in to comment.