Skip to content

List the display option flags in the CLI help - #61

Merged
digarok merged 1 commit into
mainfrom
cli-help-display-flags
Jul 19, 2026
Merged

List the display option flags in the CLI help#61
digarok merged 1 commit into
mainfrom
cli-help-display-flags

Conversation

@digarok

@digarok digarok commented Jul 19, 2026

Copy link
Copy Markdown
Owner

-h only mentioned the display options via the generic "any other - is a config variable override" line, so flags like -centera2 and -crtglow were undiscoverable. Add cfg_print_cli_flags(), which walks the Display Effects menu table and prints every entry that has a config-file name using its menu label, and call it from print_usage(). Being table-driven, the help picks up future options added to that menu automatically.

Claude-Session: https://claude.ai/code/session_012YhTRt358eMKiNLiDXVDAB

-h only mentioned the display options via the generic "any other
-<name> <value> is a config variable override" line, so flags like
-centera2 and -crtglow were undiscoverable. Add cfg_print_cli_flags(),
which walks the Display Effects menu table and prints every entry that
has a config-file name using its menu label, and call it from
print_usage(). Being table-driven, the help picks up future options
added to that menu automatically.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012YhTRt358eMKiNLiDXVDAB
@digarok
digarok merged commit 526a336 into main Jul 19, 2026
5 checks passed
@digarok
digarok deleted the cli-help-display-flags branch July 19, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant