command method

Command command(
  1. String value,
  2. String description
)

Implementation

Command command(String value, String description) {
  return commands[value] = Command(value, description);
}