AddCommand constructor

AddCommand()

Implementation

AddCommand() {
  argParser.addOption(
    'output-dir',
    abbr: 'o',
    defaultsTo: 'lib/ui',
    help: 'Directory where the component will be created',
  );
}