Skip to content

Commit

Permalink
[cli] Show metadata command line in "info" command
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Dec 13, 2023
1 parent 1841da5 commit 837c166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions legendary/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,9 @@ def info(self, args):
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}
Expand Down

0 comments on commit 837c166

Please sign in to comment.