mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-24 12:14:20 +01:00
Invert --color option
This commit is contained in:
parent
91165f90cd
commit
eadac1beef
@ -131,8 +131,8 @@ def main():
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help="download all results")
|
help="download all results")
|
||||||
parser.add_argument('--color', dest='color',
|
parser.add_argument('--color', dest='color',
|
||||||
action='store_true', default=True,
|
action='store_false', default=True,
|
||||||
help="use colored output")
|
help="disable colored output")
|
||||||
|
|
||||||
categories = {
|
categories = {
|
||||||
"All":"0",
|
"All":"0",
|
||||||
|
Loading…
Reference in New Issue
Block a user