Skip to content

Commit

Permalink
[PDE-5644] cli(fix): Include "version" column when fetching history l…
Browse files Browse the repository at this point in the history
…ogs (#941)
  • Loading branch information
rnegron authored Jan 2, 2025
1 parent eee9c32 commit 4f55292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/oclif/commands/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class HistoryCommand extends BaseCommand {
['What', 'action'],
['Message', 'message'],
['Who', 'customuser'],
['Version', 'version'],
['Timestamp', 'date'],
],
emptyMessage: 'No historical actions found',
Expand Down

0 comments on commit 4f55292

Please sign in to comment.