jakul / django-transifex

Django integration with python-transifex
20 stars 8 forks source link

usage output not readable #22

Open oppianmatt opened 7 years ago

oppianmatt commented 7 years ago

Running this:

python manage.py tx push --help

Gives this output:

usage: manage.py tx [-h] [--version] [-v {0,1,2,3}] [--settings SETTINGS]
                    [--pythonpath PYTHONPATH] [--traceback] [--no-color]
                    args [args ...]

Available Commands: * create_project Usage: ./manage.py tx create_project
Create the project on Transifex. * ping Ping the server to verify connection
details and auth details * pull_translations Usage: ./manage.py tx
pull_translations [options] Pull all translations from the Transifex server to
the local machine. This will overwrite any translations made locally *
upload_source_translations Usage: ./manage.py tx upload_source_translation
[options] Upload the source translation to Transifex. * upload_translations
Usage: ./manage.py tx upload_translations language_code [options] Upload the
translations for the given language to Transifex. This will overwrite any
translations made on the Transifex server

positional arguments:
  args

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -v {0,1,2,3}, --verbosity {0,1,2,3}
                        Verbosity level; 0=minimal output, 1=normal output,
                        2=verbose output, 3=very verbose output
  --settings SETTINGS   The Python path to a settings module, e.g.
                        "myproject.settings.main". If this isn't provided, the
                        DJANGO_SETTINGS_MODULE environment variable will be
                        used.
  --pythonpath PYTHONPATH
                        A directory to add to the Python path, e.g.
                        "/home/djangoprojects/myproject".
  --traceback           Raise on CommandError exceptions
  --no-color            Don't colorize the command output.

The list of available commands isn't that readable.