cookiecutter / cookiecutter/cookiecutter
Improve debug: When -v is used, also increases the verbosity of the command running in the subprocess
Open
enhancement
- Dominant language
- Python
- Stars
- 25.1k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Description:
Improve debug: When `-v` is used, also increases the verbosity of the command running in the subprocess.
If a problem occurs in git, debugging the error can be hard.
Maybe to keep the compatibility should good to only increase the verbosity of the subprocess if `-vv` is used
Contributor guide
Research direction
Start by tracing how the CLI handles -v and how it launches subprocess commands, then inspect the existing verbosity behavior. Confirm the intended compatibility difference between -v and -vv, and verify that the selected flag produces the expected subprocess verbosity without changing normal command behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100