Skip to main content

Crate shuck

Crate shuck 

Source
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 shuck executable. Command-line argument types and parsing helpers for the shuck CLI.

Enums§

ExitStatus
Exit status returned by run.

Functions§

run
Run a parsed shuck command and return the resulting process status.