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
After some test and implementations I decided to only keep --verbose. --debug should be about stuff useful for debugging, i.e. dump a variable to stdout so that you could see that.
Anyways, I decided to drop --debug because it made no sense to support something little like that. I have partly implemented this in an experimental branch and will come in future commits once I am convinced about the implementation.
In many places they are used interchangeably and mean the same things, other distinguish the two. I agree that for our use case we don't need two different options, --verbose sounds good.
Verbosity will be requested with
--verbose
leaving--debug
just for debugging.Probably will be included with #24
The text was updated successfully, but these errors were encountered: