Crate suitcase

Source

Modules§

internal

Macros§

args
A macro that attempts to convert all given arguments into a String for use as a command line argument by calling to_string() on each one.
exec_on
A macro that runs the given command with the given args (if any) on the given shell and returns the result.
progress
A macro that wraps a function in a progress spinner.

Functions§

run
Entrypoint for the ‘suitcase’ CLI.
run_from_alias
Called by aliases in the src/bin directory to run the CLI.