docs: Document the `command_timeout` option (#2604)

Have added documentation for the top level `command_timeout` option.
This commit is contained in:
Thomas O'Donnell 2021-04-18 19:32:00 +02:00 committed by GitHub
parent b48d667928
commit 3643cf63be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -152,9 +152,10 @@ This is the list of prompt-wide configuration options.
### Options
| Option | Default | Description |
| -------------- | ------------------------------ | ----------------------------------------------------- |
| ----------------- | ------------------------------ | ------------------------------------------------------------ |
| `format` | [link](#default-prompt-format) | Configure the format of the prompt. |
| `scan_timeout` | `30` | Timeout for starship to scan files (in milliseconds). |
| `command_timeout` | `500` | Timeout for commands executed by starship (in milliseconds). |
| `add_newline` | `true` | Inserts blank line between shell prompts. |
### Example