We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bfa54 commit 15767f2Copy full SHA for 15767f2
cmd/pago/main.go
@@ -58,7 +58,7 @@ type CLI struct {
58
Find FindCmd `cmd:"" aliases:"f" help:"Find entry by name"`
59
Generate GenerateCmd `cmd:"" aliases:"g,gen" help:"Generate and print password"`
60
Info InfoCmd `cmd:"" hidden:"" help:"Show information"`
61
- Init InitCmd `cmd:"" help:"Create a new passwore store"`
+ Init InitCmd `cmd:"" help:"Create a new password store"`
62
Pick PickCmd `cmd:"" aliases:"p" help:"Show password for an entry picked with a fuzzy finder. A shortcut for \"show --pick\"."`
63
Rekey RekeyCmd `cmd:"" help:"Reencrypt all password entries with the recipients file"`
64
Rename RenameCmd `cmd:"" aliases:"mv,r" help:"Rename or move a password entry"`
0 commit comments