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
Is your feature request related to a problem? Please describe.
I would like to implement verbose levels with repetition of the same flag.
Something like it's done in ansible: ANSIBLE_DEBUG=true -vvvv ansible-playbook playbook.yml
Describe the solution you'd like
I would like to build a cli app to have an option for verbose level - with the ability to supply it multiple times:
Related to this case, I think it would be nice to support the :update-fn feature.
I would like to have a way to process (merge) the values of :ednfile for example.
This will get me a single value instead of an array.
Is your feature request related to a problem? Please describe.
I would like to implement verbose levels with repetition of the same flag.
Something like it's done in ansible:
ANSIBLE_DEBUG=true -vvvv ansible-playbook playbook.yml
Describe the solution you'd like
I would like to build a cli app to have an option for verbose level - with the ability to supply it multiple times:
Describe alternatives you've considered
This is available in
tools-cli
If this is available in the library, I could not find it in the README .
The text was updated successfully, but these errors were encountered: