mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Suggest "info" command to check for platform support
rather than having the user search through a potentially very long games list...
This commit is contained in:
parent
75f2da576b
commit
33b89f5e9a
|
@ -742,7 +742,7 @@ class LegendaryCLI:
|
|||
if args.platform not in game.asset_infos:
|
||||
if not args.no_install:
|
||||
logger.error(f'No app asset found for platform "{args.platform}", run '
|
||||
f'"legendary list-games --platform {args.platform}" and make '
|
||||
f'"legendary info --platform {args.platform}" and make '
|
||||
f'sure the app is available for the specified platform.')
|
||||
exit(1)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue