RemovePageCommand constructor
RemovePageCommand()
Implementation
RemovePageCommand() {
argParser.addOption(
'feature-name',
abbr: 'f',
help: 'Name of the feature containing the page to remove',
mandatory: true,
);
argParser.addOption(
'apps-name',
abbr: 'a',
help: 'Name of the app containing the feature (optional)',
);
}