From 3fd1486a7419e660fa66fe4b3977070a77c669e8 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Mon, 18 Apr 2022 15:52:19 +0200 Subject: [PATCH] docs(custom): add missing `ignore_timeout` option documentation (#3887) --- docs/config/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/README.md b/docs/config/README.md index 977f6042..a0ef964e 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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