mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
Regularize the command definition names
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(versionCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var versionCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "version",
|
||||
Short: `Show the version number.`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
|
Reference in New Issue
Block a user