Added default value flag - for printing out a value when reading and there are no matches

This commit is contained in:
Mike Farah
2020-02-03 10:13:48 +11:00
parent f52de57652
commit 699fce9da4
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ var writeInplace = false
var writeScript = ""
var outputToJSON = false
var prettyPrint = false
var defaultValue = ""
var overwriteFlag = false
var autoCreateFlag = true
var allowEmptyFlag = false