Lang constructor

Lang()

Implementation

Lang() {
  argParser.addFlag('adg',
      help:
          'Add new text to the language file using GPT <you have to provide API Key>');
  argParser.addFlag('eapi', help: 'Edit the API Key for the GPT');
  argParser.addFlag('adm',
      help: 'Add new text to the language file manually for all languages');
  argParser.addFlag('ep', help: 'Edit the path of the language file');
  argParser.addFlag('ref', help: 'To refresh the dart class file');
  argParser.addFlag('auto',
      help:
          'Listen for any changes in language/path/<json files> and update the dart class');
}