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
moineCLI dispatcher using process arguments. - run_
with_ args - Runs the
moineCLI dispatcher with explicit arguments.