Searched refs:should_show_arg (Results 1 – 1 of 1) sorted by relevance
218 for arg in args.filter(|arg| should_show_arg(use_long, *arg)) { in write_args_unsorted()251 should_show_arg(use_long, *arg) in write_args()582 fn should_show_arg(use_long: bool, arg: &ArgWithOrder) -> bool { in should_show_arg() function