Skip to content

Commit 4599ec3

Browse files
committed
fix ci and update readme
1 parent 0b915a4 commit 4599ec3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99

1010
runs-on: ubuntu-latest
1111

12+
env:
13+
LC_ALL: en_US.UTF-8 # consistent sort order
14+
1215
strategy:
1316
matrix: { ruby: ['2.4', '2.5', '2.6', '2.7', '3.0'] }
1417

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ bash function.
223223
`help` | The message to display when using `--help`. Can have multiple lines.
224224
`required` | Specify if this argument is required. Note that once you define an optional argument (without required: true) then you cannot define required arguments after it.
225225
`default` | The value to use in case it is not provided by the user. Implies that this argument is optional.
226+
`allowed` | Limit the allowed values by providing an array.
226227

227228
### Flag options
228229

0 commit comments

Comments
 (0)