Options stuff... ;-)

This commit is contained in:
2017-07-25 13:07:03 +02:00
parent 28259cd88b
commit 0f6ae7dfa6
3 changed files with 22 additions and 9 deletions

View File

@ -12,7 +12,8 @@ import time
__title__="Grep view lines that match the given predicates"
default_config = { 'inputview' : None,
'outputview' : None
'outputview' : None,
'predicates' : []
}
def addOptions(parser):