added todo to linspector
This commit is contained in:
parent
c58141a9fc
commit
3870ca7c50
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ def parse_args():
|
|||
"information.",
|
||||
prog="linspector")
|
||||
|
||||
#TODO: add --nocolor to disable colored output in lish
|
||||
parser.add_argument("--version", action="version", version="%(prog)s " + str(__version__))
|
||||
#TODO: make the config file a required field without -c or --config at the end eg: linspector config.json
|
||||
parser.add_argument("-c", "--config", default=__default_config__,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue