Function paxy_cli::run_cli

source ยท
pub fn run_cli() -> Result<(), Error>
Expand description

Calls the [ui::run_common::<C>] function supplying it with the commandline interface template as a type. Any errors are thrown back to the calling function. A debug message is then displayed conveying that the program is being run in the CLI mode.