mirror of
https://github.com/Smaug123/WoofWare.Whippet
synced 2025-10-05 15:58:39 +00:00
Enable suppression of plugins (#16)
This commit is contained in:
@@ -70,6 +70,10 @@ through the `Parameters` field on the plugin's args.
|
||||
(MSBuild only allows strings here, so the `"true"` in the above example is a string, not a boolean.
|
||||
If you want more advanced inputs to your plugin, you will have to create a parser yourself.)
|
||||
|
||||
You can supply `<WhippetSuppressPlugin>JsonSerializeGenerator,JsonParseGenerator</WhippetSuppressPlugin>` (for example) next to `<WhippetFile>`
|
||||
to suppress on that file the action of all of the specified comma-separated list of generators.
|
||||
(That is, we will ignore any generator defined in a class with one of these names.)
|
||||
|
||||
## Standalone tool
|
||||
|
||||
The standalone tool takes the following arguments:
|
||||
|
Reference in New Issue
Block a user