Skip to content

Commit

Permalink
fix: update gatorgrade argument format in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusSmith33 committed Oct 31, 2024
1 parent d34cebf commit 95d1dab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gatorgrade/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ def gatorgrade(
4. use 'env md GITHUB_STEP_SUMMARY' to create GitHub job summary in GitHub Action",
),
run_status_bar: bool = typer.Option(
False, "--run_status_bar", help="Enable a progress bar for checks running/not running."
False,
"--run_status_bar",
help="Enable a progress bar for checks running/not running.",
),
no_status_bar: bool = typer.Option(
False, "--no_status_bar", help="Disable the progress bar entirely."
)
),
):
"""Run the GatorGrader checks in the specified gatorgrade.yml file."""
# if ctx.subcommand is None then this means
Expand Down

0 comments on commit 95d1dab

Please sign in to comment.