From 8e93b4923d5c478529e8f67a0ca3eb7e4d9327af Mon Sep 17 00:00:00 2001 From: derrod Date: Mon, 4 May 2020 14:30:15 +0200 Subject: [PATCH] Version 0.0.7 --- README.md | 25 +++++++++++++++---------- legendary/__init__.py | 4 ++-- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 103e846..896b7e7 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ $ legendary launch Anemone ## Usage ```` -usage: legendary [-h] [-v] [-y] [-V] {auth,download,uninstall,launch,list-games,list-installed,list-files} ... +usage: legendary [-h] [-v] [-y] [-V] {auth,install,download,update,uninstall,launch,list-games,list-installed,list-files} ... Legendary v0.0.X - "Codename" @@ -115,9 +115,10 @@ optional arguments: -V Print version and exit Commands: - {auth,download,uninstall,launch,list-games,list-installed,list-files} + {auth,install,download,update,uninstall,launch,list-games,list-installed,list-files} auth Authenticate with EPIC - download Download a game + install (download,update) + Download a game uninstall Uninstall (delete) a game launch Launch a game list-games List available (installable) games @@ -134,8 +135,10 @@ optional arguments: --import Import EGS authentication data -Command: download -usage: legendary download [options] +Command: install +usage: legendary install [options] + +Aliases: download, update positional arguments: Name of the app @@ -173,6 +176,10 @@ optional arguments: insensitive) --install-tag Only download files with the specified install tag (testing) + --enable-reordering Enable reordering to attempt to optimize RAM usage + during download + --dl-timeout Connection timeout for downloader (default: 10 + seconds) Command: uninstall @@ -230,9 +237,9 @@ optional arguments: Command: list-files usage: legendary list-files [-h] [--force-download] [--platform ] - [--manifest ] [--csv] [--tsv] [--hashlist] - [--install-tag ] - [] + [--manifest ] [--csv] [--tsv] [--hashlist] + [--install-tag ] + [] positional arguments: Name of the app @@ -248,8 +255,6 @@ optional arguments: --hashlist Output file hash list in hashcheck/sha1sum compatible format --install-tag Show only files with specified install tag - - ```` diff --git a/legendary/__init__.py b/legendary/__init__.py index aaffe80..f07d9f7 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.0.6' -__codename__ = 'Residue Processing' +__version__ = '0.0.7' +__codename__ = 'Questionable Ethics'