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
The problem here is that we have a --delete command I would like to be possible to use the short -d form with.
I have already thought about replacing it with erase but I then would like to use this word in all commands instead of delete, and in some there are conflicts. I may change that though still.
Maybe we can chose a letter that doesn't have to do at all with the word debuging, just one that hasn't been used for any command so far, something like y or j.
For now this is not urgent. There are some other commands without debug flag, and there are also no debugging messages displayed at this time for config set, so the only usage for -d would be to see the traceback if one of the red errors is thrown. I'll close here and give an update on this topic in issue #7.
I've noticed that there is no
--debug
flag for theconfig set
command.Is it intentional?
The text was updated successfully, but these errors were encountered: