Skip to content

Commit

Permalink
Update README with new flags
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Apr 28, 2020
1 parent eaf77ab commit 7c9ea63
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@ $ legendary launch Anemone
## Usage

````
usage: legendary [-h] [-v] [-y] {auth,download,uninstall,launch,list-games,list-installed} ...
usage: legendary [-h] [-v] [-y] [-V] {auth,download,uninstall,launch,list-games,list-installed} ...
Legendary Game Launcher
Legendary v0.0.X - "Witty Name"
optional arguments:
-h, --help show this help message and exit
-v Set loglevel to debug
-y Default to yes for all prompts
-V Print version and exit
Commands:
{auth,download,uninstall,launch,list-games,list-installed}
Expand Down Expand Up @@ -150,6 +151,8 @@ optional arguments:
--download-only Do not mark game as intalled and do not run prereq installers after download
--update-only Abort if game is not already installed (for automation)
--dlm-debug Set download manager and worker processes' loglevel to debug
--platform <Platform>
Platform override for download (disables install)
Command: uninstall
Expand Down Expand Up @@ -180,10 +183,13 @@ optional arguments:
Command: list-games
usage: legendary list-games [-h]
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue]
optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
--platform <Platform>
Override platform that games are shown for
--include-ue Also include Unreal Engine content in list
Command: list-installed
Expand Down

0 comments on commit 7c9ea63

Please sign in to comment.