pub fn parse_nonzero_count(s: &str) -> Result<usize, String>Expand description
Validates that a count value is at least 1.
Zero-count resources (devices, objects, nodes, groups) produce a server with nothing to simulate, which is almost certainly a user mistake.