()
| 65 | |
| 66 | #[test] |
| 67 | fn test_parse_without_path() { |
| 68 | let parser = make_extract_subcommand().to_options(); |
| 69 | |
| 70 | let result = parser.run_inner(&["extract"]); |
| 71 | |
| 72 | assert!(result.is_err()); |
| 73 | } |
| 74 | } |
nothing calls this directly
no test coverage detected