command_attr 0.3.0-rc.1

Procedural macros for command creation for the Serenity library.
Documentation
pub mod suffixes {
    pub const COMMAND: &str = "COMMAND";
    pub const COMMAND_OPTIONS: &str = "COMMAND_OPTIONS";
    pub const HELP_OPTIONS: &str = "_OPTIONS";
    pub const GROUP: &str = "GROUP";
    pub const GROUP_OPTIONS: &str = "GROUP_OPTIONS";
    pub const CHECK: &str = "CHECK";
}

pub use self::suffixes::*;