Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config = flags{} ErrorIncorrectBinaryFlagUse = errors.New("binary flag was set when config is being sourced from stdin") )
View Source
var Cmd = &cobra.Command{ Use: "get", Short: "Get entries", Long: `Get the values of the entries associated with the given keys.`, Args: cobra.NoArgs, RunE: exec, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.