--verbose
flag doesn't apply to all steps in bench init
#1224
Labels
--verbose
flag doesn't apply to all steps in bench init
#1224
Describe the bug 📉
When running
bench init
with--verbose
flag,--quiet
flag is still being passed when creating virtualenv and upgrading pip. I truncated everything except commands executed by bench.To Reproduce 📃
bench init --frappe-branch version-13 --python python3.9 /tmp/testbench --verbose
--quiet
flag but they shouldn't.Expected behavior 📈
Verbose output of all subcommands if
--verbose
flag is passed.Version Information
Can be found out by running
bench version
in your respective bench folder.The text was updated successfully, but these errors were encountered: