main

Function main 

Source
pub(crate) fn main() -> Result<()>
Expand description

Program entry point.

Parses the command-line arguments and dispatches to the selected sub-command. Errors returned by the sub-command handlers are shown in stdout and returned as a miette::Result<()>.