Skip to content

Commit 82fbc1e

Browse files
committed
🐛 Fix: fix typo for quarto_checks
1 parent 49027e1 commit 82fbc1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vuegen/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def get_parser(prog_name: str, others: dict = {}) -> argparse.Namespace:
233233
help="Automatically run the Streamlit app after report generation.",
234234
)
235235
parser.add_argument(
236-
"-qt_cheks",
237-
"--quarto_cheks",
236+
"-qt_checks",
237+
"--quarto_checks",
238238
action="store_true", # Automatically sets True if the flag is passed
239239
default=False,
240240
help="Check if Quarto is installed and available for report generation.",

0 commit comments

Comments
 (0)