0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python237 stars (237 stars)37 forks (37 forks)user submission
enhancementgood first issue
Description
为命令添加 --debug 参数,从而在后续的输出中,输出各种调试信息。
Contributor guide
- Tech stack
- python
- Domain
- cli
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- The current CLI implementation likely uses argparse or click. Locate the main command entry point (e.g., in a file like grank.py or cli.py). Add a debug flag that sets a global debug variable. Then, in output functions, wrap debug messages with a check on that variable. Since the issue is from 2018, consider reaching out to maintainers to confirm if this feature is still desired.