docs: Document the `command_timeout` option (#2604)
Have added documentation for the top level `command_timeout` option.
This commit is contained in:
parent
b48d667928
commit
3643cf63be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue