Finding
In src/raki/cli.py:1791, a code comment says:
# --- Mutual exclusivity: --since and --group-by cannot be used together ---
However, the surrounding block was updated (in PR #340) to also enforce --until/--group-by mutual exclusivity. The comment no longer reflects reality and may confuse future contributors.
Suggested Fix
Update the comment to:
# --- Mutual exclusivity: --since/--until and --group-by cannot be used together ---
References
Finding
In
src/raki/cli.py:1791, a code comment says:However, the surrounding block was updated (in PR #340) to also enforce
--until/--group-bymutual exclusivity. The comment no longer reflects reality and may confuse future contributors.Suggested Fix
Update the comment to:
# --- Mutual exclusivity: --since/--until and --group-by cannot be used together ---References