docs: Recommend using --debug intead of --verbose for CLI debugging (#14334)

This commit is contained in:
Billy Biggs
2025-12-02 16:44:23 -08:00
committed by GitHub
parent 533a3fb312
commit 145fb246a6

View File

@@ -124,8 +124,7 @@ This is especially useful for scripting and automation.
## Debugging tips
- **CLI debugging:**
- Use the `--verbose` flag (if available) with CLI commands for more detailed
output.
- Use the `--debug` flag for more detailed output.
- Check the CLI logs, often found in a user-specific configuration or cache
directory.