Skip to content

Commit beeae7c

Browse files
committed
Update cli.py
Fixing spacing for consistency
1 parent 8b92616 commit beeae7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/wristpy/core/cli.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def main(
8484
ActivityMetric.enmo,
8585
"-a",
8686
"--activity-metric",
87-
help="Metric used for physical activity categorization."
87+
help="Metric used for physical activity categorization. "
8888
"Choose from 'enmo', 'mad', or 'ag_count'.",
8989
case_sensitive=False,
9090
),
@@ -93,8 +93,8 @@ def main(
9393
"-t",
9494
"--thresholds",
9595
help="Provide three thresholds for light, moderate, and vigorous activity. "
96-
"Exactly three values must be >= 0, given in ascending order,"
97-
" and separated by a space. (e.g. '-t 0.1 1.0 1.5').",
96+
"Exactly three values must be >= 0, given in ascending order, "
97+
"and separated by a space. (e.g. '-t 0.1 1.0 1.5').",
9898
min=0,
9999
),
100100
nonwear_algorithm: list[NonwearAlgorithms] = typer.Option(
@@ -119,8 +119,8 @@ def main(
119119
"-v",
120120
"--verbosity",
121121
count=True,
122-
help="Determines the level of verbosity. Use -v for info, -vv for debug."
123-
"If -vvv or more, it will be set to debug."
122+
help="Determines the level of verbosity. Use -v for info, -vv for debug. "
123+
"If -vvv or more, it will be set to debug. "
124124
"Default for warning.",
125125
),
126126
version: bool = typer.Option(

0 commit comments

Comments
 (0)