Expand description
Library entrypoints for the shuck CLI.
This crate primarily exists so the command-line binary, tests, and benchmarks can share the
same argument parsing and command execution code. Most users should invoke the shuck binary
directly rather than depend on this library API.
Modules§
- args
- Command-line argument types and parsing helpers for the
shuckexecutable. Command-line argument types and parsing helpers for theshuckCLI.
Enums§
- Exit
Status - Exit status returned by
run.
Functions§
- run
- Run a parsed
shuckcommand and return the resulting process status.