Function arg_fact
Source pub fn arg_fact(arg: &CommandArgument, camp_root: &Path) -> ArgFact
Expand description
Build an ArgFact for a single command argument.
camp_root is used to compute PathScope for literal arguments;
other provenances get scope: None.