A CLI wrapping the Melody language compiler
## Install
```sh
cargo install melody_cli
```
## Usage
```sh
USAGE:
melody [OPTIONS] [INPUT_FILE_PATH]
ARGS:
Read from a file
Use '-' and or pipe input to read from stdin
OPTIONS:
--generate-completions
Outputs completions for the selected shell
To use, write the output to the appropriate location for your shell
-h, --help
Print help information
-n, --no-color
Print output with no color
-o, --output
Write to a file
-r, --repl
Start the Melody REPL
-t, --test
Test the compiled regex against a string
-V, --version
Print version information
```