mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Improve example for custom options in reporter spec
This commit is contained in:
		| @@ -194,7 +194,8 @@ verbose and human-friendly output. | ||||
|  | ||||
| Reporters are also individually configurable. To pass configuration options | ||||
| to the reporter, you append `::key=value` to the reporter specification | ||||
| as many times as you want, e.g. `--reporter xml::out=someFile.xml`. | ||||
| as many times as you want, e.g. `--reporter xml::out=someFile.xml` or | ||||
| `--reporter custom::colour-mode=ansi::Xoption=2`. | ||||
|  | ||||
| The keys must either be prefixed by "X", in which case they are not parsed | ||||
| by Catch2 and are only passed down to the reporter, or one of options | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský