[cli] Show metadata command line in "info" command

This commit is contained in:
derrod 2023-12-13 23:18:12 +01:00
parent 1841da51f0
commit 837c166187

View file

@ -1704,6 +1704,9 @@ class LegendaryCLI:
else:
game_infos.append(InfoItem('Extra launch options', 'launch_options', None, []))
game_infos.append(InfoItem('Command Line', 'command_line', game.additional_command_line,
game.additional_command_line))
# list all owned DLC based on entitlements
if entitlements and not game.is_dlc:
owned_entitlements = {i['entitlementName'] for i in entitlements}