--- source: tests/cli.rs expression: "CommandSnap {\n args,\n stdin: stdin.split_inclusive('\\n').map(|s| s.to_owned()).collect_vec(),\n stdout: stdout.split_inclusive('\\n').map(|s| s.to_owned()).collect_vec(),\n exit_code,\n}" info: stderr: "Error: Failed to process stdin\n\nCaused by:\n Some input was in scope, and explicit failure requested.\n" --- args: - "--fail-any" - X stdin: - XYZ stdout: [] exit_code: 1