pub fn boot<A: Application>(app_cell: &'static AppCell<A>) -> !
Expand description

Boot the given application, parsing subcommand and options from command-line arguments, and terminating when complete.