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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,17 @@ There are two ways to use this program: either as a typical console program, or
30
30
31
31
To use it normally, just drag a `.dso` file or a directory full of `.dso` files onto the program. It will try to automatically detect and decompile the file(s) that were passed in.
32
32
33
-
You can also use it as a command-line interface: `usage: dso-sharp path1[, path2[, ...]] [-h] [-q] [-g game_version] [-d] [-X]`
33
+
You can also use it as a command-line interface: `usage: dso-sharp path1[, path2[, ...]] [-h] [-q] [-g game] [-d | -D] [-X]`
34
34
35
35
36
36
| Flag | Description |
37
37
|:-----------------------|:---------------|
38
-
|`-h`, `--help`| Displays help. |
39
-
|`-q`, `--quiet`| Disables all messages (except command-line argument errors). |
40
-
|`-g`, `--game`| Specifies which game's scripts we are decompiling (default: `auto`). |
41
-
|`-d`, `--disassembly`| Writes a `.disasm` file containing the disassembly. |
42
-
|`-X`, `--cli`| Makes the program operate as a command-line interface that takes no keyboard input and closes immediately upon completion or failure. |
38
+
|`-h`| Displays help. |
39
+
|`-q`| Disables all messages (except command-line argument errors). |
40
+
|`-g`| Specifies which game's scripts we are decompiling (default: `auto`). |
41
+
|`-d`| Writes a `.disasm` file containing the disassembly. |
42
+
|`-D`| Writes only the disassembly file and nothing else. |
43
+
|`-X`| Makes the program operate as a command-line interface that takes no keyboard input and closes immediately upon completion or failure. |
0 commit comments