commands top-level property

Map<String, Object> commands
final

Implementation

final commands = {
  'create': {'screen': () => CreateScreenCommand()},
  'help': () => HelpCommand(),
  'version': () => VersionCommand(),
};