Skip to content

Commit 86bf74f

Browse files
committed
docs!: shorten description
1 parent 9c0e7df commit 86bf74f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,24 @@ export default {
119119
Some properties can be changed, therefore, adding the `v-model` directive is
120120
required.
121121

122-
| Property | Description | Type | Default value | Required | `v-model` |
123-
| -------------------- | ----------------------------------------------- | ---------- | ----------------------------- | -------- | --------- |
124-
| `commands` | See [Commands](#commands) | `Object` | `{}` | No | No |
125-
| `cursor-position` | Cursor position | `Number` | `0` | No | Yes |
126-
| `dispatched-queries` | Non-empty dispatched queries, successful or not | `Set` | `new Set()` | No | Yes |
127-
| `event-resolver` | See [Event resolver](#Event-resolver) section | `Function` | See `newDefaultEventResolver` | No | No |
128-
| `help-text` | Command help | `String` | `''` | No | Yes |
129-
| `help-timeout` | Command help timeout | `Number` | `3000` | No | No |
130-
| `hide-bar` | Hides the bar | `Boolean` | `false` | No | No |
131-
| `hide-prompt` | Hides the prompt | `Boolean` | `false` | No | No |
132-
| `history` | Terminal history | `Array` | `[]` | No | Yes |
133-
| `history-position` | Points to the latest dispatched query entry | `Number` | `0` | No | Yes |
134-
| `is-fullscreen` | Terminal fullscreen mode | `Boolean` | `false` | No | Yes |
135-
| `options-resolver` | See [Options resolver](#Options-resolver) | `Function` | `null` | No | No |
136-
| `parser` | Query parser | `Function` | See `defaultParser` | No | No |
137-
| `prompt` | Terminal prompt | `String` | `~$` | No | No |
138-
| `show-help` | Show query help | `Boolean` | `false` | No | No |
139-
| `query` | Terminal query | `String` | `''` | No | Yes |
122+
| Property | Description | Type | Default value | Required | `v-model` |
123+
| -------------------- | --------------------------------------------- | ---------- | ----------------------------- | -------- | --------- |
124+
| `commands` | See [Commands](#commands) | `Object` | `{}` | No | No |
125+
| `cursor-position` | Cursor position | `Number` | `0` | No | Yes |
126+
| `dispatched-queries` | Non-empty dispatched queries | `Set` | `new Set()` | No | Yes |
127+
| `event-resolver` | See [Event resolver](#Event-resolver) section | `Function` | See `newDefaultEventResolver` | No | No |
128+
| `help-text` | Command help | `String` | `''` | No | Yes |
129+
| `help-timeout` | Command help timeout | `Number` | `3000` | No | No |
130+
| `hide-bar` | Hides the bar | `Boolean` | `false` | No | No |
131+
| `hide-prompt` | Hides the prompt | `Boolean` | `false` | No | No |
132+
| `history` | Terminal history | `Array` | `[]` | No | Yes |
133+
| `history-position` | Points to the latest dispatched query entry | `Number` | `0` | No | Yes |
134+
| `is-fullscreen` | Terminal fullscreen mode | `Boolean` | `false` | No | Yes |
135+
| `options-resolver` | See [Options resolver](#Options-resolver) | `Function` | `null` | No | No |
136+
| `parser` | Query parser | `Function` | See `defaultParser` | No | No |
137+
| `prompt` | Terminal prompt | `String` | `~$` | No | No |
138+
| `show-help` | Show query help | `Boolean` | `false` | No | No |
139+
| `query` | Terminal query | `String` | `''` | No | Yes |
140140

141141
### Commands
142142

0 commit comments

Comments
 (0)