File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ stdin in with the -i or --input option. By default the split
1111strings are render as a JSON array but with the option -nl or
1212--newline you can render each split string one per line.
1313
14- ## OPTIONS
14+ ## OPTIONS
1515
1616```
17- -d set the delimiting string value
18- -delimiter set the delimiting string value
19- -example display example(s)
20- -h display help
21- -help display help
22- -i input filename
23- -input input filename
24- -l display license
25- -license display license
26- -newline output as one substring per line rather than JSON
27- -nl output as one substring per line rather than JSON
28- -o output filename
29- -output output filename
30- -v display version
31- -version display version
17+ -d set the delimiting string value
18+ -delimiter set the delimiting string value
19+ -example display example(s)
20+ -h display help
21+ -help display help
22+ -i input filename
23+ -input input filename
24+ -l display license
25+ -license display license
26+ -newline output as one substring per line rather than JSON
27+ -nl output as one substring per line rather than JSON
28+ -o output filename
29+ -output output filename
30+ -v display version
31+ -version display version
3232```
3333
3434## EXAMPLES
@@ -44,8 +44,8 @@ This should yield
4444
4545```
4646 one
47- two
48- three
47+ two
48+ three
4949```
5050
5151Splitting a string that is double pipe delimited rendering JSON
You can’t perform that action at this time.
0 commit comments