Output: Exclude AOT namespace by default

This commit is contained in:
Katy Coe
2020-01-18 21:32:20 +01:00
parent adc52818fb
commit 054b3641ca
3 changed files with 5 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ Unity
UnityEngine
UnityEngineInternal
Microsoft.Win32
AOT
```
Providing an argument to `--exclude-namespaces` will override the default list. To output all namespaces, use `--exclude-namespaces=none`.