pub struct Man { /* private fields */ }Expand description
Show the manual page.
Implementations§
Source§impl Man
impl Man
Sourcepub fn config_args<'a: 'b, 'b>(app: Command) -> Command
pub fn config_args<'a: 'b, 'b>(app: Command) -> Command
Adds the command configuration to a clap app.
Sourcepub fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Failed>
pub fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Failed>
Creates a command from clap matches.
Auto Trait Implementations§
impl Freeze for Man
impl RefUnwindSafe for Man
impl Send for Man
impl Sync for Man
impl Unpin for Man
impl UnwindSafe for Man
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more