AddPackageSubcommand constructor
AddPackageSubcommand()
Constructs an AddPackageSubcommand and configures command options.
Implementation
AddPackageSubcommand() {
argParser.addFlag('dev',
abbr: 'd', help: 'Add as a dev dependency.', defaultsTo: false);
}