Crate cmdr_macro

Crate cmdr_macro 

Source
Expand description

Cmdr_macro contains macro’s for use with the cmdr crate.

The cmdr_macro crate should not be used separately. The cmdr crate can be found here:

Crates.io

Attribute Macros§

cmd
Use cmd attribute to mark methods as cmdr commands.
cmdr
Implements the cmdr::Scope trait on any impl block.