mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[cli] Add aliases for --uplay
This commit is contained in:
parent
8c50f051a7
commit
4dd495e2f5
|
@ -2073,7 +2073,7 @@ def main():
|
||||||
info_parser.add_argument('--platform', dest='platform', action='store', metavar='<Platform>', type=str,
|
info_parser.add_argument('--platform', dest='platform', action='store', metavar='<Platform>', type=str,
|
||||||
help='Platform to fetch info for (default: installed or Mac on macOS, Windows otherwise)')
|
help='Platform to fetch info for (default: installed or Mac on macOS, Windows otherwise)')
|
||||||
|
|
||||||
activate_parser.add_argument('--uplay', dest='uplay', action='store_true',
|
activate_parser.add_argument('-U', '--uplay', '--ubisoft', dest='uplay', action='store_true',
|
||||||
help='Activate Uplay titles')
|
help='Activate Uplay titles')
|
||||||
|
|
||||||
args, extra = parser.parse_known_args()
|
args, extra = parser.parse_known_args()
|
||||||
|
|
Loading…
Reference in a new issue