docs(custom): add missing `ignore_timeout` option documentation (#3887)
This commit is contained in:
parent
094f982df1
commit
3fd1486a74
|
@ -3723,6 +3723,7 @@ Format strings can also contain shell specific prompt sequences, e.g.
|
|||
| `disabled` | `false` | Disables this `custom` module. |
|
||||
| `os` | | Operating System name on which the module will be shown (unix, linux, macos, windows, ... ) [See possible values](https://doc.rust-lang.org/std/env/consts/constant.OS.html). |
|
||||
| `use_stdin` | | An optional boolean value that overrides whether commands should be forwarded to the shell via the standard input or as an argument. If unset standard input is used by default, unless the shell does not support it (cmd, nushell). Setting this disables shell-specific argument handling. |
|
||||
| `ignore_timeout` | `false` | Ignore global `command_timeout` setting and keep running external commands, no matter how long they take. |
|
||||
|
||||
### Variables
|
||||
|
||||
|
|
Loading…
Reference in New Issue