Skip to content

Commit

Permalink
Use a dictionary of strings for clap 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Dec 12, 2022
1 parent 2241b73 commit ec02e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-grammar-crate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_rca(
"--output-format=json",
"--pr",
"-I",
",".join(include_grammars),
*include_grammars,
"-p",
repo_dir,
"-o",
Expand Down

0 comments on commit ec02e83

Please sign in to comment.