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