Expand description
Re-exports§
pub use framework::Command;pub use framework::CommandGroup;pub use framework::Context;pub use framework::Framework;pub use framework::SubCommands;
Modules§
Attribute Macros§
- command
- Procedural macro used to transform functions into commands
produces functions which can be passed to
Framework::command