Documentation
¶
Index ¶
Constants ¶
View Source
const DateFormat = "2006-01-02"
DateFormat is the supported datetime format
Variables ¶
View Source
var Command = cli.Command{ Name: "logs", Usage: "display SecurePass logs", ArgsUsage: " ", Description: "Show logs for SecurePass.", Action: ActionLogs, Flags: []cli.Flag{ cli.BoolFlag{ Name: "csv, C", Usage: "Enable CSV full output", }, cli.StringFlag{ Name: "start, s", Usage: "Start date (YYYY-MM-DD)", }, cli.StringFlag{ Name: "end, e", Usage: "End date (YYYY-MM-DD)", }, cli.StringFlag{ Name: "realm, r", Usage: "Set alternate realm", }, }, }
Command holds the logs command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.