| Crates.io | melody_cli |
| lib.rs | melody_cli |
| version | 0.20.0 |
| created_at | 2022-02-19 19:55:46.081101+00 |
| updated_at | 2024-11-24 17:36:11.176516+00 |
| description | A CLI wrapping the Melody language compiler |
| homepage | https://github.com/yoav-lavi/melody |
| repository | https://github.com/yoav-lavi/melody |
| max_upload_size | |
| id | 535365 |
| size | 48,331 |
A CLI wrapping the Melody language compiler
cargo install melody_cli
USAGE:
melody [OPTIONS] [INPUT_FILE_PATH]
ARGS:
<INPUT_FILE_PATH> Read from a file
Use '-' and or pipe input to read from stdin
OPTIONS:
--generate-completions <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 <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