Skip to content

Commit

Permalink
Use double dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jun 25, 2024
1 parent 2292f18 commit a26b23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/cli/viz_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def migrate_viz() -> None:
type=str,
)
@optgroup.option(

Check warning on line 98 in superset/cli/viz_migrations.py

View check run for this annotation

Codecov / codecov/patch

superset/cli/viz_migrations.py#L98

Added line #L98 was not covered by tests
"-ids",
"--ids",
help="A comma separated list of chart IDs to upgrade",
type=str,
)
Expand All @@ -120,7 +120,7 @@ def upgrade(viz_type: str, ids: str | None = None) -> None:
type=str,
)
@optgroup.option(

Check warning on line 122 in superset/cli/viz_migrations.py

View check run for this annotation

Codecov / codecov/patch

superset/cli/viz_migrations.py#L122

Added line #L122 was not covered by tests
"-ids",
"--ids",
help="A comma separated list of chart IDs to downgrade",
type=str,
)
Expand Down

0 comments on commit a26b23e

Please sign in to comment.