[−][src]Trait nu_cli::WholeStreamCommand
Required methods
pub fn name(&self) -> &str[src]
pub fn usage(&self) -> &str[src]
#[must_use]pub fn run<'life0, 'life1, 'async_trait>(
&'life0 self,
args: CommandArgs,
registry: &'life1 CommandRegistry
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
args: CommandArgs,
registry: &'life1 CommandRegistry
) -> Pin<Box<dyn Future<Output = Result<OutputStream, ShellError>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,