Line 78:
Line 78:
Orange: No ticket is available.<br>
Orange: No ticket is available.<br>
Red: A notice/danger text is present in the database. These titles are usually crucial to the Wii.
Red: A notice/danger text is present in the database. These titles are usually crucial to the Wii.
+
+
==CLI Usage==
+
+
Command line arguments have been added to the program. They're not completely CLI, it's more of a GUI override. You can take (mostly) complete control over the GUI with a few command line arguments:
+
+
<source lang="text">
+
(Specify a Title ID to download)
+
-t XXXXXXXXXXXXXXXX
+
+
(Specify a Version to download)
+
-v XXXX
+
+
(Start the download on program launch)
+
-s
+
+
(Close the GUI when download is complete)
+
-close
+
+
(Decrypt the contents)
+
-d
+
+
(Ignore ticket)
+
-ticket
+
+
(Keep local files if present)
+
-local
+
+
(Pack WAD)
+
-p WADFILENAME.WAD
+
+
(Switch to DSi Mode)
+
-dsi
+
+
</source>
==Credits==
==Credits==