Skip to content

Commit 284ddb0

Browse files
committed
readme fixes
1 parent fc85428 commit 284ddb0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The `bashly.yml` configuration file consists of these types:
125125
subcommand.
126126
- [Argument](#argument-options) - defines positional arguments.
127127
- [Flag](#flag-options) - defines option flags.
128-
- [Environment Variables](#environment-variables-options) - defines
128+
- [Environment Variable](#environment-variable-options) - defines
129129
environment variables required (or desired) by your script.
130130

131131
### Command options
@@ -215,8 +215,9 @@ required: true
215215
The below configuration generates this flag:
216216

217217
```
218-
-o, --output DIRECTORY (required)
219-
Specify the output directory
218+
Options:
219+
-o, --output DIRECTORY (required)
220+
Specify the output directory
220221
```
221222

222223
The flag's value will be available to you as `${args[--output]}` in your

0 commit comments

Comments
 (0)