Crate totpc

Source

Enums§

ErrorMessage
Message to display when command fails.

Constants§

COMMAND_COMPUTE
Compute command.
COMMAND_DELETE
Delete command.
COMMAND_HELP
Help sub command.
COMMAND_INIT
Init command.
COMMAND_LIST
List command.
COMMAND_LOAD
Read command.
COMMAND_SAVE
Store command.
COMMAND_SHORT_COMPUTE
Compute command shortcut.
COMMAND_SHORT_INIT
Init command shortcut.
COMMAND_SHORT_LIST
List command shortcut.
COMMAND_SHORT_LOAD
Read command shortcut.
COMMAND_SHORT_SAVE
Store command shortcut.
TOTP_DIR_NAME
Default totpc directory.

Functions§

get_help_text
Returns the general help text.
run
Identifies entered command and calls corresponding function.