lt.objs.command
Provide command manager and command related fns
command
(command cmd)
Define a command given a map with the following keys: * :command (required) - Unique keyword name for command * :desc (required) - Brief description of command * :exec (required) - Function to invoke when command is called * :hidden - When true, command is hidden from command bar. Not set by default