1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-20 13:39:20 +01:00
This commit is contained in:
Ivan Habunek 2020-01-02 10:34:00 +01:00
parent b6749fb0f1
commit 0fed933123
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -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",