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
- type CommandError
- type DownloadError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTokenCommand ¶ added in v1.4.0
func AddTokenCommand() *cli.Command
AddTokenCommand is the add-token subcommand.
func ChangePasswordCommand ¶ added in v1.4.0
func ChangePasswordCommand() *cli.Command
ChangePasswordCommand is the change-password subcommand.
func DeleteCommand ¶ added in v1.4.0
func DeleteCommand() *cli.Command
DeleteCommand is subcommand to delete an account or a namespace.
func DumpCommand ¶ added in v1.4.0
func DumpCommand() *cli.Command
DumpCommand is the dump subcommand.
func GenerateCommand ¶ added in v1.4.0
func GenerateCommand() *cli.Command
GenerateCommand is the subcommand to generate a TOTP token.
func ImportCommand ¶ added in v1.4.0
func ImportCommand() *cli.Command
ImportCommand is the subcommand to import data from a YAML file.
func InstantCommand ¶ added in v1.4.0
func InstantCommand() *cli.Command
InstantCommand is the instant subcommand.
func ListCommand ¶ added in v1.4.0
func ListCommand() *cli.Command
ListCommand is the list subcommand.
func RenameCommand ¶ added in v1.8.0
func RenameCommand() *cli.Command
RenameCommand is a command to rename existing namespace or account.
func SetLengthCommand ¶ added in v1.6.0
func SetLengthCommand() *cli.Command
SetLengthCommand is the set-prefix subcommand.
func SetPrefixCommand ¶ added in v1.4.0
func SetPrefixCommand() *cli.Command
SetPrefixCommand is the set-prefix subcommand.
Types ¶
type CommandError ¶ added in v1.4.0
type CommandError struct {
Message string
}
CommandError is an error during downloading an update.
func (CommandError) Error ¶ added in v1.4.0
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