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 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
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 toNone
:Ref:
The text was updated successfully, but these errors were encountered: