Lines Matching refs:one
176 /// Occurs when the user does not provide one or more required arguments.
192 /// but the user does not provide one.
265 /// one.
319 Self::InvalidValue => Some("one of the values isn't valid for an argument"),
322 Self::NoEquals => Some("equal is needed when assigning values to one of the arguments"),
323 Self::ValueValidation => Some("invalid value for one of the arguments"),
328 Some("an argument cannot be used with one or more of the other specified arguments")
331 Some("one or more required arguments were not provided")
333 Self::MissingSubcommand => Some("a subcommand is required but one was not provided"),
334 Self::InvalidUtf8 => Some("invalid UTF-8 was detected in one or more arguments"),