Skip to content

Commit 501e09c

Browse files
committed
docs: make default values preformatted
1 parent 67108bf commit 501e09c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ Synopsis: `vf-core-service-discovery run [options]`
120120

121121
| Option | Type | Default | Description |
122122
|-------------------------|---------|---------------------------------|-----------------------------|
123-
| `-v`, `--verbose` | boolean | false | Show debug information |
124-
| `-l`, `--log-file` | string | 'vf-core-service-discovery.log' | Log file location |
125-
| `-f`, `--force` | boolean | false | By-pass the cache |
126-
| `-p`, `--profile` | boolean | false | Profile the service discovery |
127-
| `-r`, `--reporters` | array | ['cli'] | The reporters to use (cli and json) |
128-
| `-d`, `--disabled` | array | [] | List of disabled steps (from getConfig, getChangelog getDependents) |
129-
| `-o`, `--only-outdated` | boolean | false | Display only outdated components |
130-
| `-m`, `--format` | string | '' | Specifies the formatting for the results |
123+
| `-v`, `--verbose` | boolean | `false` | Show debug information |
124+
| `-l`, `--log-file` | string | `'vf-core-service-discovery.log'` | Log file location |
125+
| `-f`, `--force` | boolean | `false` | By-pass the cache |
126+
| `-p`, `--profile` | boolean | `false` | Profile the service discovery |
127+
| `-r`, `--reporters` | array | `['cli']` | The reporters to use (cli and json) |
128+
| `-d`, `--disabled` | array | `[]` | List of disabled steps (from getConfig, getChangelog getDependents) |
129+
| `-o`, `--only-outdated` | boolean | `false` | Display only outdated components |
130+
| `-m`, `--format` | string | `''` | Specifies the formatting for the results |
131131

132132
#### Custom formatting
133133

@@ -176,17 +176,17 @@ Synopsis: `vf-core-service-discovery config [key] [value] [options]`
176176

177177
| Key | Value | Default | Description |
178178
|---------------------|--------|---------|------------------------------------------|
179-
| `cacheExpiry` | string | 8h | Time before the cache expires |
180-
| `lastInvalidation` | Date | null | Last time the cache has been invalidated |
181-
| `vfCoreVersion` | string | '' | Latest vf-core release version |
179+
| `cacheExpiry` | string | `'8h'` | Time before the cache expires |
180+
| `lastInvalidation` | Date | `null` | Last time the cache has been invalidated |
181+
| `vfCoreVersion` | string | `''` | Latest vf-core release version |
182182

183183
### <a name="cli-documentation-config-options"></a>Options
184184

185185
| Option | Type | Default | Description |
186186
|--------------------|---------|---------------------------------|---------------------------------|
187-
| `-v`, `--verbose` | boolean | false | Show debug information |
188-
| `-l`, `--log-file` | string | 'vf-core-service-discovery.log' | Log file location |
189-
| `-r`, `--reset` | boolean | false | Reset configuration to defaults |
187+
| `-v`, `--verbose` | boolean | `false` | Show debug information |
188+
| `-l`, `--log-file` | string | `'vf-core-service-discovery.log'` | Log file location |
189+
| `-r`, `--reset` | boolean | `false` | Reset configuration to defaults |
190190

191191
# Module documentation
192192

0 commit comments

Comments
 (0)