Skip to content

Commit 785402f

Browse files
Add debug logging for viewing history entry by ID
1 parent bec3ab3 commit 785402f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/history.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export async function handleHistory(args: string[]) {
1414
try {
1515
if (flags.view) {
1616
const id = parseInt(flags.view)
17+
log.debug(`Viewing entry with ID ${id}`)
1718
if (isNaN(id)) {
1819
console.error("Invalid ID provided")
1920
return

0 commit comments

Comments
 (0)