Skip to content

Commit ed6a068

Browse files
committed
C#: Update the stub generator readme.
1 parent 4e99266 commit ed6a068

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csharp/ql/src/Stubs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Stubs can be generated from Nuget packages with the `make_stubs_nuget.py` script
55
The following calls generate stubs for `Newtonsoft.Json`:
66

77
```
8-
python make_stubs_nuget.py Newtonsoft.Json
9-
python make_stubs_nuget.py Newtonsoft.Json latest
10-
python make_stubs_nuget.py Newtonsoft.Json 13.0.1
11-
python make_stubs_nuget.py Newtonsoft.Json 13.0.1 /Users/tmp/working-dir
8+
python3 make_stubs_nuget.py classlib Newtonsoft.Json
9+
python3 make_stubs_nuget.py classlib Newtonsoft.Json latest
10+
python3 make_stubs_nuget.py classlib Newtonsoft.Json 13.0.1
11+
python3 make_stubs_nuget.py classlib Newtonsoft.Json 13.0.1 /Users/tmp/working-dir
1212
```
1313

1414
The output stubs are found in the `[DIR]/output/stubs` folder and can be copied over to `csharp/ql/test/resources/stubs`.

0 commit comments

Comments
 (0)