Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ShortTimeFormat is a short format for printing timestamps
ShortTimeFormat = "01-02 15:04:05"
)
Variables ¶
View Source
var ( ErrTooManyArguments = errors.New("too many arguments") ErrTooFewArguments = errors.New("too few arguments") )
View Source
var (
ErrCommandMissing = errors.New("must specify command to run")
)
View Source
var RootCmd = &cobra.Command{ Use: "chamber", Short: "CLI for storing secrets", SilenceUsage: true, SilenceErrors: true, }
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.