ListCommand constructor
ListCommand()
Implementation
ListCommand()
: super(
subCommands: <BaseCommand>[
ListAllCommand(),
ListMissingCommand(),
ListUnusedCommand(),
],
);