You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the filename is being camel-cased for a reason, but can't the command name still have the hyphen in the name?
cobra-cli add hello-world, makes the file named helloWorld
Manually changing the Use parameter to hello-world does change the command name to hello-world and works as intended without creating any issues with the file names..
Can we modify the command add to include the hyphen in the Use parameter and camel-case it everywhere else as usual? That will prevent users from manually changing the Use parameter and the add command will work as intended!
The text was updated successfully, but these errors were encountered:
I understand the filename is being camel-cased for a reason, but can't the command name still have the hyphen in the name?
cobra-cli add hello-world
, makes the file named helloWorldManually changing the
Use
parameter to hello-world does change the command name to hello-world and works as intended without creating any issues with the file names..Can we modify the command
add
to include the hyphen in theUse
parameter and camel-case it everywhere else as usual? That will prevent users from manually changing theUse
parameter and the add command will work as intended!The text was updated successfully, but these errors were encountered: