Skip to content

Commit

Permalink
docs/tools/ikvmstub.md: Added missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Jul 10, 2022
1 parent c88494a commit 550e34e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/tools/ikvmstub.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Name of an assembly. May be a fully-qualified path.

## Options

| Source | Description |
| <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>Source<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> | <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>Description<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> |
|---|---|
| No `<assemblyNameOrPath>` provided | Displays command syntax and options for the tool. |
| `-out:<outputfile>` | Specifies the name of the `outputfile`. |
| `-r:\|-reference:<filespec>` | Reference an assembly. |
| `-r:\|-reference:<filespec>` | Reference a class library DLL (.NET assembly). This option may be specified more than once to reference multiple DLLs. |
| `-japi` | Generate `.jar` suitable for comparison with japitools. |
| `-skiperror` | Continue when errors are encountered. |
| `-shared` | Process all assemblies in shared group. |
Expand All @@ -27,6 +27,9 @@ Name of an assembly. May be a fully-qualified path.
| `-namespace:<namespace>` | Only include types from specified `namespace`. This option may be specified more than once. |
| `-forwarders` | Export forwarded types too. |
| `-parameters` | Emit Java 8 classes with parameter names. |
| `-bootstrap` | Undocumented. |
| `-serialver` | Deprecated. Use `-japi` instead. |



## Notes
Expand Down

0 comments on commit 550e34e

Please sign in to comment.