Skip to main content

entrypoint

Function entrypoint 

Source
pub fn entrypoint() -> ExitCode
Expand description

Runs the release-tool CLI using the current process arguments and I/O.

Cargo-based adopters call this from a one-line runner binary, so Cargo owns source acquisition, locking, compilation, and caching without a separate release-tool installation step.