43 个版本

0.19.0 2023年7月16日
0.18.1 2022年6月25日
0.18.0 2022年4月24日
0.13.9 2022年3月18日

#2184 in 命令行实用工具

41 每月下载次数

MIT/Apache

67KB
1.5K SLoC

Melody Logo

封装 Melody 语言编译器的 CLI

安装

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

依赖项

~6–17MB
~182K SLoC