style(Naming): Renamed Command funcs correctly
This commit is contained in:
parent
0c039d08f9
commit
9d51a9e5e6
3 changed files with 44 additions and 41 deletions
4
main.go
4
main.go
|
|
@ -21,8 +21,8 @@ func main() {
|
|||
},
|
||||
Copyright: "(c) 2021-2022 netbenix",
|
||||
Commands: []*cli.Command{
|
||||
Commands.StartBackupProc(),
|
||||
Commands.GenerateNewConfigs(),
|
||||
Commands.StartBackupProcCommand(),
|
||||
Commands.GenerateNewConfigsCommand(),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue