pub fn classify(command: &str, user_excluded: &[String]) -> OutputPolicyExpand description
Classify a command into an OutputPolicy.
user_excluded comes from Config::excluded_commands. Precedence:
is_passthrough(BUILTIN_PASSTHROUGH + dev-script runners + user excludes)compress::is_verbatim_output(HTTP clients, file viewers, data formats …)- otherwise
Compressible