Regularize the command definition names
This commit is contained in:
parent
05798672c8
commit
5e35aeca9e
25 changed files with 67 additions and 67 deletions
|
@ -7,10 +7,10 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(authorizeCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var authorizeCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "authorize",
|
||||
Short: `Remote authorization.`,
|
||||
Long: `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue