mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
Update README
This commit is contained in:
parent
aaf7e0934f
commit
d14ba92c9b
16
README.md
16
README.md
|
@ -182,7 +182,7 @@ legendary -y egl-sync
|
||||||
|
|
||||||
````
|
````
|
||||||
usage: legendary [-h] [-v] [-y] [-V] [-c <path/name>] [-J]
|
usage: legendary [-h] [-v] [-y] [-V] [-c <path/name>] [-J]
|
||||||
{auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup}
|
{auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,clean-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup}
|
||||||
...
|
...
|
||||||
|
|
||||||
Legendary v0.X.X - "Codename"
|
Legendary v0.X.X - "Codename"
|
||||||
|
@ -198,7 +198,7 @@ optional arguments:
|
||||||
-J, --pretty-json Pretty-print JSON
|
-J, --pretty-json Pretty-print JSON
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
{auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup}
|
{auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,clean-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup}
|
||||||
auth Authenticate with EPIC
|
auth Authenticate with EPIC
|
||||||
install (download,update,repair)
|
install (download,update,repair)
|
||||||
Download a game
|
Download a game
|
||||||
|
@ -209,6 +209,7 @@ Commands:
|
||||||
list-files List files in manifest
|
list-files List files in manifest
|
||||||
list-saves List available cloud saves
|
list-saves List available cloud saves
|
||||||
download-saves Download all cloud saves
|
download-saves Download all cloud saves
|
||||||
|
clean-saves Clean cloud saves
|
||||||
sync-saves Sync cloud saves
|
sync-saves Sync cloud saves
|
||||||
verify-game Verify a game's local files
|
verify-game Verify a game's local files
|
||||||
import-game Import an already installed game
|
import-game Import an already installed game
|
||||||
|
@ -434,6 +435,17 @@ optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
|
|
||||||
|
Command: clean-saves
|
||||||
|
usage: legendary clean-saves [-h] [--delete-incomplete] [<App Name>]
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
<App Name> Name of the app (optional)
|
||||||
|
|
||||||
|
optional arguments:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--delete-incomplete Delete incomplete save files
|
||||||
|
|
||||||
|
|
||||||
Command: sync-saves
|
Command: sync-saves
|
||||||
usage: legendary sync-saves [-h] [--skip-upload] [--skip-download]
|
usage: legendary sync-saves [-h] [--skip-upload] [--skip-download]
|
||||||
[--force-upload] [--force-download]
|
[--force-upload] [--force-download]
|
||||||
|
|
Loading…
Reference in a new issue