Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckCommand = cli.Command{ Name: "check", Usage: "check files", Action: check, Flags: []cli.Flag{ cli.StringFlag{ Name: "config, c", Usage: "configuration file path", Value: "", }, }, }
CheckCommand is the sub command "check".
View Source
var InitCommand = cli.Command{ Name: "init", Usage: "create a configuration file if it doesn't exist", Action: initCmd, Flags: []cli.Flag{ cli.StringFlag{ Name: "dest, d", Usage: "created configuration file path", Value: ".durl.yml", }, }, }
InitCommand is the sub command "init".
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.