Skip to content
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

Default Quiet/Argument Options to None #641

Open
derks opened this issue Jul 5, 2022 · 0 comments
Open

Default Quiet/Argument Options to None #641

derks opened this issue Jul 5, 2022 · 0 comments
Milestone

Comments

@derks
Copy link
Member

derks commented Jul 5, 2022

To be changed in Cement 3.2.0.

The framework should be as minimal as possible by default, and setting argument options by default isn't ideal for that. This can still be setup in the project template, however the options in the framework should default to None:

class App(object):
    quiet_argument_options = None
    debug_argument_options = None

Ref:

@derks derks added this to the 3.2.0 Stable milestone Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant