pub trait CliExtensions {
    fn prepare<'a>(self, _parser: &mut ArgumentParser<'a>)
    where
        Self: 'a
; }

Required Methods

Implementations on Foreign Types

Implementors