Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct { Get GetCmd `cmd:"" help:"get secret"` Set SetCmd `cmd:"" help:"set secret"` Del DelCmd `cmd:"" help:"delete secret"` Version VersionCmd `cmd:"" help:"version info"` }
type SetCmd ¶
type SetCmd struct { Key string `arg:"" name:"key" required:"" help:"secret name"` Prompt bool `xor:"group" required:"" name:"prompt" help:"secret value read from secure prompt"` Stdin bool `xor:"group" required:"" name:"stdin" help:"secret value read from stdin"` File string `xor:"group" required:"" name:"file" type:"existingfile" help:"secret value read from file"` }
type VersionCmd ¶
type VersionCmd struct{}
Click to show internal directories.
Click to hide internal directories.