We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f8151 commit c25e4edCopy full SHA for c25e4ed
main.go
@@ -57,7 +57,7 @@ func main() {
57
textTemplate: flag.String("t", "", `template, file or inline.
58
-Inline template should start with ? e.g. -t "?{{.MyValue}}" `),
59
inputFormat: flag.String("f", "", "input format: json, bson, yaml, csv, xml(default)"),
60
- inputDelimiter: flag.String("d", "", "input delimiter: CSV only, default is comma"),
+ inputDelimiter: flag.String("d", "", "input delimiter: CSV only, default is comma -d ';' or -d 0x09"),
61
getVersion: flag.Bool("v", false, "show version (Project page: https://github.com/mmalcek/bafi)"),
62
}
63
flag.Parse()
0 commit comments