melody_cli 0.14.1

A CLI wrapping the Melody language compiler
melody_cli-0.14.1 is not a library.

Install

cargo install melody_cli

Usage

melody [OPTIONS] [INPUT_FILE_PATH]

ARGS:
    <INPUT_FILE_PATH>    Read from a file. Read from a file. Use '-' and or pipe input to read from stdin

OPTIONS:
    -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
    -V, --version                      Print version information