scaleway / scaleway-cli

Command Line Interface for Scaleway
https://www.scaleway.com/en/cli/
Apache License 2.0
888 stars 152 forks source link

Add support for case insensitive command #4310

Open remyleone opened 3 days ago

remyleone commented 3 days ago
$ scw INSTANCE SERVER LIST        
Unknown command "INSTANCE" for "scw"

Did you mean this?
    instance

This should be either autocompleted to lower case, or should work in the same way. Of course, for the argument, we need to be case sensitive but for namespaces and so on, in could be nice to work even if caps lock is on