Modules§
Macros§
- args
- A macro that attempts to convert all given arguments into a
String
for use as a command line argument by callingto_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.