A CLI interface for playing the classic programming battle game Core Wars.
See the website or the Github repo for more details.
```txt Parse, assemble, and save Redcode files
USAGE:
corewars
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS:
SUBCOMMANDS: dump Save/print a program in "load file" format help Prints this message or the help of the given subcommand(s) ```
dump
Usage```txt Save/print a program in "load file" format
USAGE:
corewars
FLAGS: -h, --help Prints help information -E, --no-expand Whether labels, expressions, macros, etc. should be resolved and expanded in the output -V, --version Prints version information
OPTIONS:
-o, --output-file