Crate suitcase

source ·

Modules

Macros

  • 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.
  • A macro that runs the given command with the given args (if any) on the given shell and returns the result.
  • A macro that wraps a function in a progress spinner.

Functions

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