NewCommand constructor
NewCommand()
Implementation
NewCommand()
: super(
name: 'new',
description: 'Create a new Cardinal project.',
arguments: [
stringArgument(
name: 'name',
help: 'The name of the new project directory',
required: true,
),
],
);