Trait argh::TopLevelCommand

source ·
pub trait TopLevelCommand: FromArgs { }
Expand description

A top-level FromArgs implementation that is not a subcommand.

Object Safety§

This trait is not object safe.

Implementors§