Documentation
¶
Index ¶
- func CommitCommand() *cli.Command
- func GetAllCommands() []*cli.Command
- func LoginCommand() *cli.Command
- func NewCommand(name, usage, description string, action cli.ActionFunc) *cli.Command
- func NewCommandWithFlags(name, usage, description string, flags []cli.Flag, action cli.ActionFunc) *cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitCommand ¶
CommitCommand creates the commit command for creating conventional commits
func GetAllCommands ¶
GetAllCommands returns all available CLI commands
func LoginCommand ¶
LoginCommand creates the login command for CLI authentication
func NewCommand ¶
func NewCommand(name, usage, description string, action cli.ActionFunc) *cli.Command
NewCommand creates a new CLI command with the given configuration
func NewCommandWithFlags ¶
func NewCommandWithFlags(name, usage, description string, flags []cli.Flag, action cli.ActionFunc) *cli.Command
NewCommandWithFlags creates a new CLI command with flags
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.