mirror of
https://github.com/derrod/legendary.git
synced 2025-07-05 10:40:59 +00:00
[cli] Add note about potentially missing games when importing
This commit is contained in:
parent
6bae5d3081
commit
5b855b0d3e
|
@ -922,6 +922,9 @@ class LegendaryCLI:
|
||||||
for egl_game in importable:
|
for egl_game in importable:
|
||||||
print(' *', egl_game.app_name, '-', egl_game.display_name)
|
print(' *', egl_game.app_name, '-', egl_game.display_name)
|
||||||
|
|
||||||
|
print('\nNote: Only games that are also in Legendary\'s database are listed, '
|
||||||
|
'if anything is missing run "list-games" first to update it.')
|
||||||
|
|
||||||
if args.yes or get_boolean_choice('Do you want to import the games from EGL?'):
|
if args.yes or get_boolean_choice('Do you want to import the games from EGL?'):
|
||||||
for egl_game in importable:
|
for egl_game in importable:
|
||||||
logger.info(f'Importing "{egl_game.display_name}"...')
|
logger.info(f'Importing "{egl_game.display_name}"...')
|
||||||
|
|
Loading…
Reference in a new issue