@@ -30,9 +30,9 @@ def cli(caller_file):
3030 type = str , help = 'Name of the folder containing locale files (default: "_locales")' )
3131 argp .add_argument ('-t' , '--target-langs' , '--target-lang' , '--include-langs' , '--include-lang' ,
3232 type = str , help = 'Languages to include (e.g. "en,es,fr") (default: all supported locales)' )
33- argp .add_argument ('--exclude-langs' , '--exclude-lang' , type = str , help = 'Languages to exclude (e.g. "en,es")' )
3433 argp .add_argument ('-k' , '--keys' , '--key' , '--include-keys' , '--include-key' ,
3534 type = str , help = 'Keys to translate (e.g. "appDesc,err_notFound")' )
35+ argp .add_argument ('--exclude-langs' , '--exclude-lang' , type = str , help = 'Languages to exclude (e.g. "en,es")' )
3636 argp .add_argument ('--exclude-keys' , '--ignore-keys' , type = str , help = 'Keys to ignore (e.g. "appName,author")' )
3737 argp .add_argument ('-i' , '--init' , action = 'store_true' , help = f'Create { cli .name } .config.json file to store defaults' )
3838 argp .add_argument ('-W' , '--no-wizard' , '--skip-wizard' ,
0 commit comments