Trait acme::CLI

source · []
pub trait CLI {
    type Args;

    fn commands(&self) -> Self::Args;
}

Required Associated Types

Required Methods

Implementors