Command constructor
const
Command({})
Implementation
const Command({
this.script,
this.description,
this.requiredParams = const [],
this.optionalParams = const [],
this.override = false,
this.switches = const {},
this.defaultSwitch,
this.flags,
});