A CLI wrapping the Melody language compiler
sh
cargo install melody_cli
```sh USAGE: melody [OPTIONS] [INPUTFILEPATH]
ARGS:
OPTIONS:
--generate-completions
-h, --help
Print help information
-n, --no-color
Print output with no color
-o, --output <OUTPUT_FILE_PATH>
Write to a file
-r, --repl
Start the Melody REPL
-t, --test <TEST>
Test the compiled regex against a string
-V, --version
Print version information
```