pub trait CommandNames { // Required method fn commands(&self) -> Vec<String>; }
Trait for listing command names
Get a command name vector