[][src]Function slide::get_opts

pub fn get_opts<P>(parser: P, color: bool) -> Result<Opts, Error> where
    P: for<'a> FnOnce(App<'a, '_>) -> Result<ArgMatches<'a>, Error>, 

Parses Opts from the command line or given a parser that acts on the clap App.