Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AddSnipCommand adds new snippet AddSnipCommand = &cli.Command{ SkipFlagParsing: true, Name: "add", Category: "Manage", Usage: "add new snippet", Action: addSnip, } )
View Source
var (
// ReportCommand lists all snippets for specific period
ReportCommand = &cli.Command{
Name: "list",
Category: "Report",
Flags: []cli.Flag{
offsetFlag,
outputFlag,
},
Usage: "lists snippets for specified period (default: 1)",
Action: reportPeriod,
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.