[][src]Function abscissa_core::application::boot

pub fn boot<A: Application>(app_lock: &'static Lock<A>) -> !

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