mirror of
https://github.com/ihabunek/toot
synced 2025-01-20 13:39:20 +01:00
Fix typo
This commit is contained in:
parent
b6749fb0f1
commit
0fed933123
@ -58,7 +58,7 @@ def editor(value):
|
|||||||
Command = namedtuple("Command", ["name", "description", "require_auth", "arguments"])
|
Command = namedtuple("Command", ["name", "description", "require_auth", "arguments"])
|
||||||
|
|
||||||
|
|
||||||
# Aruguments added to every command
|
# Arguments added to every command
|
||||||
common_args = [
|
common_args = [
|
||||||
(["--no-color"], {
|
(["--no-color"], {
|
||||||
"help": "don't use ANSI colors in output",
|
"help": "don't use ANSI colors in output",
|
||||||
|
Loading…
Reference in New Issue
Block a user