cange back use to create
This commit is contained in:
@@ -16,7 +16,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var createCmd = &cobra.Command{
|
var createCmd = &cobra.Command{
|
||||||
Use: "issue [title]",
|
Use: "create [title]",
|
||||||
Short: "Create a new issue",
|
Short: "Create a new issue",
|
||||||
Long: `Create a new issue with the specified details.`,
|
Long: `Create a new issue with the specified details.`,
|
||||||
RunE: runCreateCmd,
|
RunE: runCreateCmd,
|
||||||
|
|||||||
Reference in New Issue
Block a user