Browse Source

#1284 Add il option to README.md

pull/1285/head
kmatyaszek 7 years ago committed by GitHub
parent
commit
8fd18a1481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ICSharpCode.Decompiler.Console/README.md

1
ICSharpCode.Decompiler.Console/README.md

@ -21,6 +21,7 @@ Options: @@ -21,6 +21,7 @@ Options:
-t|--type <type-name> The fully qualified name of the type to decompile.
-l|--list <entity-type(s)> Lists all entities of the specified type(s). Valid types: c(lass), i(interface), s(truct),
d(elegate), e(num)
-il|--ilcode Show IL code.
-o is valid with every option and required when using -p.
```

Loading…
Cancel
Save