use crate*;
use *;
use ;
/// The name of the command sent to request a command description
pub const DESCRIBE_COMMAND: &str = "describe_command";
///
/// Provides a detailed description of what a command does
///
///
/// Request to describe a particular command
///
;