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 594e4b4 commit 124db18Copy full SHA for 124db18
README.md
@@ -46,8 +46,8 @@ The flags and their restrictions are:
46
47
|__Option__ | __Meaning__ | __Type__ | __Default__ |
48
| ------------| -------------- | ------------ | ------------ |
49
-|`-i` | input file | ```string | stdin``` | `stdin`
50
-|`-o` | output file | ```string | stdout``` | `stdout`
+|`-i` | input file | `string \| stdin` | `stdin`
+|`-o` | output file | `string \| stdout` | `stdout`
51
|`-no-digit` | do not replace variables starting with a digit, e.g. $1 and ${1} | `flag` | `false`
52
|`-no-unset` | fail if a variable is not set | `flag` | `false`
53
|`-no-empty` | fail if a variable is set but empty | `flag` | `false`
0 commit comments