style(Naming): Renamed Command funcs correctly
This commit is contained in:
parent
0c039d08f9
commit
9d51a9e5e6
3 changed files with 44 additions and 41 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
"scabiosa/Tools"
|
||||
)
|
||||
|
||||
func GenerateNewConfigs() *cli.Command {
|
||||
func GenerateNewConfigsCommand() *cli.Command {
|
||||
logger := Logging.Logger("generate-configs")
|
||||
|
||||
return &cli.Command{
|
||||
|
|
|
|||
Reference in a new issue