1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-31 23:50:52 +00:00

docs(custom): add missing ignore_timeout option documentation (#3887)

This commit is contained in:
David Knaack 2022-04-18 15:52:19 +02:00 committed by GitHub
parent 094f982df1
commit 3fd1486a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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