Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Master string `pw:"master" usage:"Your master password" dft:"$ONEPW_MASTER" prompt:"Type the master password"` EnableDebug bool `cli:"debug" usage:"Enable debug mode" dft:"false"` }
Config implementes Configure interface, represents onepw config
func (Config) MasterPassword ¶
MasterPassword returns master password
Click to show internal directories.
Click to hide internal directories.