Closed npupko closed 2 years ago
It doesn't work with foo generate config after setting up Foo::CLI::Commands.register "generate configuration" The command should have the same name.
foo generate config
Foo::CLI::Commands.register "generate configuration"
I.e. it's better to change
for
Foo::CLI::Commands.register "generate config"
or foo generate config to foo generate configuration. I decided to go with second option
foo generate configuration
It doesn't work with
foo generate config
after setting upFoo::CLI::Commands.register "generate configuration"
The command should have the same name.I.e. it's better to change
for
or
foo generate config
tofoo generate configuration
. I decided to go with second option