Function hx::is_stdin[][src]

pub fn is_stdin(matches: ArgMatches<'_>) -> Result<bool, Box<dyn Error>>
Expand description

Detect stdin, file path and/or parameters.

Arguments

  • matches - argument matches.