Skip to content

Commit

Permalink
💩 Change set to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Oct 26, 2023
1 parent de3a5aa commit 6d70d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/termux_language_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_parser():
)
parser.add_argument(
"--color",
choices={"auto", "always", "never"},
choices=["auto", "always", "never"],
default="auto",
help="when to display color",
)
Expand Down

0 comments on commit 6d70d9b

Please sign in to comment.