File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
215215The 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
222223The flag's value will be available to you as `${args[--output]}` in your
You can’t perform that action at this time.
0 commit comments