Searched refs:ClapResult (Results 1 – 4 of 4) sorted by relevance
4 use crate::error::{Error, Result as ClapResult};28 ) -> ClapResult<()> { in validate() argument95 ) -> ClapResult<()> { in validate_conflicts() argument113 fn validate_exclusive(&self, matcher: &ArgMatcher) -> ClapResult<()> { in validate_exclusive() argument157 ) -> ClapResult<()> { in build_conflict_err() argument245 fn validate_required(&mut self, matcher: &ArgMatcher, conflicts: &Conflicts) -> ClapResult<()> { in validate_required() argument401 ) -> ClapResult<()> { in missing_required_error() argument
14 use crate::error::Result as ClapResult;56 ) -> ClapResult<()> { in get_matches_with() argument615 ) -> ClapResult<std::convert::Infallible> { in parse_help_subcommand()682 ) -> ClapResult<()> { in parse_subcommand() argument731 ) -> ClapResult<ParseResult> { in parse_long_arg()854 ) -> ClapResult<ParseResult> { in parse_short_arg()999 ) -> ClapResult<ParseResult> { in parse_opt_value()1077 ) -> ClapResult<()> { in push_arg_values() argument1097 fn resolve_pending(&self, matcher: &mut ArgMatcher) -> ClapResult<()> { in resolve_pending() argument1127 ) -> ClapResult<ParseResult> { in react()[all …]
21 use crate::error::Result as ClapResult;546 pub fn try_get_matches(self) -> ClapResult<ArgMatches> { in try_get_matches()619 pub fn try_get_matches_from<I, T>(mut self, itr: I) -> ClapResult<ArgMatches> in try_get_matches_from()658 pub fn try_get_matches_from_mut<I, T>(&mut self, itr: I) -> ClapResult<ArgMatches> in try_get_matches_from_mut()3785 ) -> ClapResult<ArgMatches> { in _do_parse()
2973 * `ClapResult` => `Result`