Skip to content

Commit d6baa62

Browse files
Fix config file example to use correct separator (#92)
1 parent c59e1c3 commit d6baa62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/configuring-cli.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ For example, the `--input-file` flag becomes `input_file:` in the configuration
3434
The following is an example of a configuration file with the types defined:
3535

3636
```yaml
37-
input-file: string
38-
output-dir: string
37+
input_file: string
38+
output_dir: string
3939
template: string
40-
dry-run: boolean
40+
dry_run: boolean
4141
debug: boolean
4242
quiet: boolean
43-
include-kind: [string]
44-
exclude-kind: [string]
45-
include-name: [string]
46-
exclude-name: [string]
43+
include_kind: [string]
44+
exclude_kind: [string]
45+
include_name: [string]
46+
exclude_name: [string]
4747
include: [string]
4848
exclude: [string]
49-
skip-non-k8s: bool
50-
sort-by-kind: bool
49+
skip_non_k8s: bool
50+
sort_by_kind: bool
5151
stdout: bool
5252
```
5353

0 commit comments

Comments
 (0)