CleanupXmlCommand constructor

CleanupXmlCommand()

Implementation

CleanupXmlCommand()
    : super(
        'cleanup_xml',
        'Remove all redundant strings from XML files',
      ) {
  argParser
    ..addOption(
      _argLocale,
      abbr: 'l',
      help: 'Locale for main ARB file. By default this is '
          'base_locale_for_xml from alex configuration.',
      valueHelp: 'LOCALE',
    );
}