Skip to main content

stdin_timeout_secs

Function stdin_timeout_secs 

Source
pub fn stdin_timeout_secs() -> u64
Expand 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.