allCommands top-level property

List<NyCommand> allCommands
getter/setter pair

Implementation

List<NyCommand> allCommands = [
  NyCommand(
    name: "all",
    options: 1,
    arguments: ["-h", "-f"],
    category: "publish",
    action: _publishAll,
  ),
];