Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "mit-license", Aliases: []string{"mit"}, Short: "Commit change: Create MIT LICENSE file", Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { exec_utils.ExecOut("git", "add", "LICENSE") exec_utils.ExecOut( "git", "commit", "-n", "-m", "feat(LICENSE): Add MIT LICENSE") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.