Skip to content

Commit

Permalink
Merge pull request #15 from fridex/readme-fix
Browse files Browse the repository at this point in the history
Fix syntax in example in README file
  • Loading branch information
ewels authored Feb 20, 2022
2 parents 2186672 + 377d89e commit 8378cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ If you use multiple nested subcommands, you can specify their commands using the

```python
click.rich_click.COMMAND_GROUPS = {
"mytool": ["commands": ["sync", "auth"]],
"mytool": [{"commands": ["sync", "auth"]}],
"mytool sync": [
{
"name": "Commands for uploading",
Expand Down

0 comments on commit 8378cdd

Please sign in to comment.