my %Verbs = ( "arm" => { description => " A prerequisite command for a potentially hazardous command. ", discrete => 1, }, "close" => { description => " Mechanically close a device controlled by the command element. \\emph{close} works in conjunction with the \\emph{open} verb. ", discrete => 1, }, "disable" => { description => " Deactivate a capability or function. \\emph{disable} works in conjunction with the \\emph{enable} verb. ", discrete => 1, }, "dump" => { description => " Copy a specific data buffer of the command element to telemetry. ", discrete => 0, }, "enable" => { description => " Activate a capability or function. \\emph{enable} works in conjunction with the \\emph{disable} verb. ", discrete => 1, }, );