pub fn parse_threshold(s: &str) -> Result<i64, String>Expand description
Parse a threshold value. Positive means “exclude entries smaller than SIZE”.
Negative means “exclude entries larger than -SIZE”.
GNU du rejects --threshold=-0 and --threshold=0 is allowed (positive zero is fine,
but negative zero is invalid).