You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,17 @@ For the latest WIP build here: [Rolling Release](https://github.com/mnadareski/U
16
16
17
17
This code can currently list and extract the contents of all supported files that the base projects can. As more things are added to the source libraries, they will be ported to this as well so the code should be relatively up to date.
18
18
19
+
```text
20
+
Usage: UnshieldSharp <options> file|directory ...
21
+
22
+
Available options:
23
+
-?, -h, --help Display this help text
24
+
-i, --info Display cabinet information
25
+
-n, --no-extract Don't extract the cabinet
26
+
-o=, --output= Set the output directory for extraction
27
+
-u, --use-old Use old extraction method
28
+
```
29
+
19
30
## Contributions
20
31
21
32
Contributions to the project are welcome. Please follow the current coding styles and do not add any proprietary or legally dubious things to the code. Thank you to all of the testers, particularly from the MPF project who helped get this rolling.
0 commit comments