ZumoLabs / zpy

Synthetic data for computer vision. An open source toolkit using Blender and Python.
GNU General Public License v3.0
302 stars 35 forks source link

Help message for `zpy dataset generate` is improperly formatted #136

Closed steven-zumo closed 3 years ago

steven-zumo commented 3 years ago

Describe the bug Help message for zpy dataset generate is improperly formatted. Specifically, it appears to be missing new lines for the args help text

To Reproduce Steps to reproduce the behavior: $ zpy dataset generate --help

Expected behavior

Usage: zpy dataset generate [OPTIONS] NAME SIM NUMBER [ARGS]...

  Create a dataset.

  Create a dataset object called NAME. This will trigger the generation of
  data from SIM with NUMBER of runs given the input ARGS. Requires PROJECT to
  be set via `zpy project`.

  Args:
      name (str): name of new dataset
      sim (str): name of sim dataset is built with
      number (str): number of datasets to create
      args (List(str)): configuration of sim for this dataset
      project (str): project uuid

Options:
  --help  Show this message and exit.

Screenshots Actual output:

Usage: zpy dataset generate [OPTIONS] NAME SIM NUMBER [ARGS]...

  Create a dataset.

  Create a dataset object called NAME. This will trigger the generation of
  data from SIM with NUMBER of runs given the input ARGS. Requires PROJECT to
  be set via `zpy project`.

  Args:     name (str): name of new dataset     sim (str): name of sim dataset
  is built with     number (str): number of datasets to create     args
  (List(str)): configuration of sim for this dataset     project (str):
  project uuid

Options:
  --help  Show this message and exit.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.