melody_cli

Crates.iomelody_cli
lib.rsmelody_cli
version0.19.0
sourcesrc
created_at2022-02-19 19:55:46.081101
updated_at2023-07-16 18:05:05.497472
descriptionA CLI wrapping the Melody language compiler
homepagehttps://github.com/yoav-lavi/melody
repositoryhttps://github.com/yoav-lavi/melody
max_upload_size
id535365
size47,391
Yoav Lavi (yoav-lavi)

documentation

README

Melody Logo

A CLI wrapping the Melody language compiler

Install

cargo install melody_cli

Usage

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
Commit count: 673

cargo fmt