Pretty print

This commit is contained in:
Mike Farah
2020-01-31 16:35:01 +11:00
parent c6a52012ab
commit ec25511f1b
4 changed files with 41 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ var printMode = "v"
var writeInplace = false
var writeScript = ""
var outputToJSON = false
var prettyPrint = false
var overwriteFlag = false
var autoCreateFlag = true
var allowEmptyFlag = false