Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CodeCmd = &cobra.Command{ Use: "code", Short: "Generate TOTP code", Args: cobra.ExactArgs(1), Run: gernerateCode, }
View Source
var SetupCmd = &cobra.Command{
Use: "setup",
Short: "Generate setup URI",
Run: generateSetupURI,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.