mlg-cli/README.md

36 lines
547 B
Markdown
Raw Permalink Normal View History

2022-10-24 03:16:50 -07:00
# MLG CLI
Command line tool for MLG files.
## Download
See: [releases](https://github.com/hyper-tuner/mlg-cli/releases).
## Usage
```bash
2022-10-24 02:10:36 -07:00
Command line tool for MLG files
2022-10-24 03:16:50 -07:00
Usage: mlg <COMMAND>
Commands:
convert Converts MLG file to another format
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help information
```
## Development
```bash
# dev
cargo-watch -x run # cargo install cargo-watch
# profile
sudo cargo flamegraph --dev
# bench
hyperfine --warmup 3 ./target/release/mlg
```