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