Skip to content

Commit 9aa63a4

Browse files
authored
feat: add verbose hint to stamp list command (#537)
1 parent c60197a commit 9aa63a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/command/stamp/list.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,9 @@ export class List extends StampCommand implements LeafCommand {
7474
},
7575
this.console,
7676
)
77+
78+
if (!this.quiet && !this.verbose) {
79+
this.console.info('Run with --verbose for more details.')
80+
}
7781
}
7882
}

0 commit comments

Comments
 (0)