AddScreenCommand constructor
AddScreenCommand()
Implementation
AddScreenCommand() {
argParser.addOption(
'feature',
abbr: 'f',
help: 'Existing feature to add the screen into.',
defaultsTo: 'home',
);
}