Documentation ¶
Index ¶
- func AddTokenCommand() *cli.Command
- func ChangePasswordCommand() *cli.Command
- func DeleteCommand() *cli.Command
- func DumpCommand() *cli.Command
- func GenerateCommand() *cli.Command
- func ImportCommand() *cli.Command
- func InstantCommand() *cli.Command
- func ListCommand() *cli.Command
- func RenameCommand() *cli.Command
- func SetLengthCommand() *cli.Command
- func SetPrefixCommand() *cli.Command
- func VisualCommand() *cli.Command
- type CommandError
- type DownloadError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTokenCommand ¶
func AddTokenCommand() *cli.Command
AddTokenCommand is the add-token subcommand.
func ChangePasswordCommand ¶
func ChangePasswordCommand() *cli.Command
ChangePasswordCommand is the change-password subcommand.
func DeleteCommand ¶
func DeleteCommand() *cli.Command
DeleteCommand is subcommand to delete an account or a namespace.
func GenerateCommand ¶
func GenerateCommand() *cli.Command
GenerateCommand is the subcommand to generate a TOTP token.
func ImportCommand ¶
func ImportCommand() *cli.Command
ImportCommand is the subcommand to import data from a YAML file.
func RenameCommand ¶
func RenameCommand() *cli.Command
RenameCommand is a command to rename existing namespace or account.
func SetLengthCommand ¶
func SetLengthCommand() *cli.Command
SetLengthCommand is the set-prefix subcommand.
func SetPrefixCommand ¶
func SetPrefixCommand() *cli.Command
SetPrefixCommand is the set-prefix subcommand.
func VisualCommand ¶
func VisualCommand() *cli.Command
VisualCommand is the visual live mode command
Types ¶
type CommandError ¶
type CommandError struct {
Message string
}
CommandError is an error during downloading an update.
func (CommandError) Error ¶
func (e CommandError) Error() string
type DownloadError ¶
type DownloadError struct {
Message string
}
DownloadError is an error during downloading an update.
func (DownloadError) Error ¶
func (e DownloadError) Error() string
Click to show internal directories.
Click to hide internal directories.