addTemplatePathOption method

void addTemplatePathOption()

Implementation

void addTemplatePathOption() => addOption(
      templatesDirOption,
      abbr: templatesDirOptionAbbreviation,
      help: 'Path to templates directory (testing only)',
      valueHelp: '/home/user/templates',
    );