aquavm/air-interpreter
Ivan Boldyrev 79ac153f1d
feat(tools): merge some tools into the air CLI tool (#509)
* feat(tools): merge some tools into the `air` CLI tool

`air-beautify` and `air-trace` are merged into a single `air` tool.  Its
crate name is `fluence-air-cli` as otherwise it confilicts with `air`
interpreter crate.  The tool has subcommands `beautify`, `run`
and `stats`.

* Add one-letter aliases to `air` CLI subcommands

+ `air beautify` => `air b`
+ `air run` => `air r`
+ `air stats` => `air s`

---------

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
2023-03-15 16:59:30 +07:00
..
src remove jsonpath filter option (#290) 2022-08-09 00:30:33 +03:00
.rustfmt.toml Rename Aqua to AIR, move AVM from FCE (#99) 2021-05-10 14:25:34 +03:00
Cargo.toml feat(tools): merge some tools into the air CLI tool (#509) 2023-03-15 16:59:30 +07:00
CHANGELOG.md chore: release master (#491) 2023-03-14 19:08:48 +03:00