aliases for destroy
This commit is contained in:
parent
2bbfe9ff19
commit
b53cbe0174
@ -9,6 +9,7 @@ import (
|
||||
|
||||
// destroyCmd represents the destroy command
|
||||
var destroyCmd = &cobra.Command{
|
||||
Aliases: []string{"d", "delete", "rid"},
|
||||
Use: "destroy [username repo-name | username/repo-name]",
|
||||
Short: "Destroy a repo.",
|
||||
Long: `destroy [username repo-name | username/repo-name]
|
||||
|
Loading…
Reference in New Issue
Block a user