Struct subcmd::CmdWrapper [] [src]

pub struct CmdWrapper { /* fields omitted */ }

This wrapper hold a command object and a arguments vectors.

Methods

impl CmdWrapper
[src]

Create a new wrapper

Get the name of the wrapped command

Get a string with help info

Print the help of the wrapper command

Run the command

Return the embedded command