Skip to content

Commit 124db18

Browse files
authored
doc: fix table formatting (#51)
1 parent 594e4b4 commit 124db18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The flags and their restrictions are:
4646

4747
|__Option__ | __Meaning__ | __Type__ | __Default__ |
4848
| ------------| -------------- | ------------ | ------------ |
49-
|`-i` | input file | ```string | stdin``` | `stdin`
50-
|`-o` | output file | ```string | stdout``` | `stdout`
49+
|`-i` | input file | `string \| stdin` | `stdin`
50+
|`-o` | output file | `string \| stdout` | `stdout`
5151
|`-no-digit` | do not replace variables starting with a digit, e.g. $1 and ${1} | `flag` | `false`
5252
|`-no-unset` | fail if a variable is not set | `flag` | `false`
5353
|`-no-empty` | fail if a variable is set but empty | `flag` | `false`

0 commit comments

Comments
 (0)