()
| 196 | |
| 197 | #[test] |
| 198 | fn test_with_verbose() { |
| 199 | let cmd = List::new().with_verbose(true); |
| 200 | assert!(cmd.verbose); |
| 201 | } |
| 202 | |
| 203 | // ------------------------------------------------------------------------- |
| 204 | // Integration Tests (require temp repository) |
nothing calls this directly
no test coverage detected