Add CLI tests for RGBASM

This commit is contained in:
Rangi42
2025-09-23 15:51:05 -04:00
committed by Rangi
parent 09ef5b7e06
commit 0670c03bc2
38 changed files with 180 additions and 51 deletions

View File

@@ -0,0 +1,17 @@
FATAL: More than one input file specified
Usage: rgbasm [-EhVvw] [-B depth] [-b chars] [-D name[=value]] [-g chars]
[-I path] [-M depend_file] [-MC] [-MG] [-MP] [-MT target_file]
[-MQ target_file] [-o out_file] [-P include_file] [-p pad_value]
[-Q precision] [-r depth] [-s features:state_file] [-W warning]
[-X max_errors] <file>
Useful options:
-E, --export-all export all labels
-M, --dependfile <path> set the output dependency file
-o, --output <path> set the output object file
-p, --pad-value <value> set the value to use for `DS`
-s, --state <features>:<path> set an output state file
-V, --version print RGBASM version and exit
-W, --warning <warning> enable or disable warnings
For more help, use "man rgbasm" or go to https://rgbds.gbdev.io/docs/