Skip to content

Commit 4dda16d

Browse files
committed
Quick Save
1 parent fb30e50 commit 4dda16d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/splitstring.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ stdin in with the -i or --input option. By default the split
1111
strings 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

5151
Splitting a string that is double pipe delimited rendering JSON

0 commit comments

Comments
 (0)