| Crates.io | rigz |
| lib.rs | rigz |
| version | 0.5.0 |
| created_at | 2024-05-11 02:59:56.371172+00 |
| updated_at | 2025-01-10 21:17:52.302418+00 |
| description | CLI for running rigz locally |
| homepage | |
| repository | https://gitlab.com/inapinch/rigz/rigz_cli |
| max_upload_size | |
| id | 1236573 |
| size | 62,616 |
cargo install rigz
rigz <command>
If no command is passed in the help message is displayed
Before
defaults to 0 can be set with one of the following:
-v 3--verbose 4RIGZ_VERBOSE=2version (-V, --version)
help (-h, --help, or no arguments)
repl
run
test
debug (coming soon)
Interactive console to run rigz, use exit to end session.
Usage: rigz repl [OPTIONS]
-s, --save-history: Save History on exit-h, --help: Print helpRun a file
Usage: rigz run [OPTIONS] <MAIN>
<MAIN>: Rigz Entrypoint-s, --show-output: Show output from eval-p, --print-vm: Print VM before run-h, --help: Print helpTest all functions with @test lifecycle
Usage: rigz test <INPUT>
<INPUT>: Test Entrypoint-h, --help: Print help