Skip to main content

Crate moine_cli

Crate moine_cli 

Source
Expand description

Library entrypoint for the moine command-line interface.

The published CLI crate primarily exposes the binary target. This library target keeps the dispatcher testable while the binary remains a thin wrapper.

Functionsยง

run_from_env
Runs the moine CLI dispatcher using process arguments.
run_with_args
Runs the moine CLI dispatcher with explicit arguments.