# Functions
LoadCommands loads all command Spec from a YAML config file.
NewCmd makes a new Cmd with the given Spec and args, and assigns it an ID.
NewRepo makes a new empty Repo.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Repo is a thread-safe collection of Cmd used by an rce.Server.
# Type aliases
No description provided by the author