Crates.io | rigz |
lib.rs | rigz |
version | 0.4.0 |
source | src |
created_at | 2024-05-11 02:59:56.371172 |
updated_at | 2024-11-04 20:10:32.541594 |
description | CLI for running rigz locally |
homepage | |
repository | https://gitlab.com/inapinch/rigz/rigz_cli |
max_upload_size | |
id | 1236573 |
size | 52,127 |
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 4
RIGZ_VERBOSE=2
version (-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