To install the latest version of the package, run:
cargo install --locked --git https://github.com/carpenter-lab/essential-scripts-rsor
cargo install --locked --git ssh://git@github.com/carpenter-lab/essential-scripts-rs.gitIf you need the cargo command (i.e. cargo install), you can install it by following the
instructions to install Rust.
The package will be installed in ~/.cargo/bin and will take between 5 and 15 minutes to
compile.
The CLI documentation can be found in the docs directory here.
All tools have a --help option which explains how to use the tool.
This only explains how to access the help option.
This can be run by using any of the following commands:
essential-scripts-rs help
# or
essential-scripts-rs help << tool name >>
# or
essential-scripts-rs << tool name >> --help
To run any tool, use the following setup:
essential-scripts-rs << tool name >> << Positinal Arguments >> << Options >>
Replace << tool name >> with the actual tool name (without angled brackets </>).