-h/--help
flag for all programs
#1608
Labels
enhancement
Typically new features; lesser priority than bugs
rgbasm
This affects RGBASM
rgbfix
This affects RGBFIX
rgbgfx
This affects RGBGFX
rgblink
This affects RGBLINK
Milestone
rgbasm, rgblink, rgbfix, and rgbgfx all support
-V/--version
to print the RGBDS version. But they do not have a way to print the basic help info, besides passing unrecognized flags ("--foobar
"). Many programs support-h/--help
, including GNU ones, Python ones that use argparse, and Rust ones that use clap. We could augment the usage info by suggesting to read the man page (at the gbdev URL, since the user's platform may not haveman
).The text was updated successfully, but these errors were encountered: