-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
hackmd-cli/src/commands/history.ts
Lines 27 to 33 in 16aad49
| cli.table(history, { | |
| id: { | |
| header: 'ID', | |
| }, | |
| name: { | |
| get: row => row.text | |
| } |
Currently it only returns ID and Name
We can return more fields like tags/updated time/created time
salim-b
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request