Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Filesystem afero.Fs DashlaneDir string )
View Source
var RootCmd = &cobra.Command{ Use: "dashlane-cli", Short: "Command line tool to decrypt your dashlane vault and access passwords", Long: `dashlane-cli is the main command, used to access the vault. Complete documentation is available at https://github.com/masterzen/dashlane-cli. `, Run: func(cmd *cobra.Command, args []string) { if verbose { jww.SetStdoutThreshold(jww.LevelDebug) } else { jww.SetStdoutThreshold(jww.LevelInfo) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.