pub fn stdin_timeout_secs() -> u64Expand description
Deadline for reading a body from stdin, from XDG cli.stdin_timeout_secs.
0 is rejected in favour of the default: a zero deadline would make every
stdin read fail instantly, which --no-input already expresses deliberately.