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):
OS: Ubuntu running WSL2 on Win 10
Browser: N/A
Version: "Version: 1.3.0"
Additional context
Add any other context about the problem here.
Describe the bug Help message for
zpy dataset generate
is improperly formatted. Specifically, it appears to be missing new lines for the args help textTo Reproduce Steps to reproduce the behavior:
$ zpy dataset generate --help
Expected behavior
Screenshots Actual output:
Desktop (please complete the following information):
Additional context Add any other context about the problem here.