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