-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Idea] turn on debug mode for all commands #346
Comments
Working on this as we agreed that we cannot release CLi with current implementation. |
@craicoverflow all are |
Yes in that example, but maybe there is a better way without so many sub-commands?
As an example. Not sure if this is the best way. |
So I'm happy eather way. Do you feel that this command should enable editing any value of the config or we should support some well known use cases? My take is that it will be easier to have multiple subcomands like |
I think we should definitely only enable specific cases and not let this give the user the ability to modify anything. Let's only enable editing the debug mode for now. |
It would be quite nice to be able to persist debug mode without having to pass
--debug
all the time.This could be in the form of a new
config
command:The text was updated successfully, but these errors were encountered: