Trait acme_core::CliSpec

source ·
pub trait CliSpec: Parser {
    type Cmds: Commands;

    fn command(&self) -> Option<Self::Cmds>
    where
        Self: Sized
; fn new() -> Self { ... } }

Required Associated Types§

Required Methods§

Provided Methods§

Implementors§