diff --git a/src/command/stamp/list.ts b/src/command/stamp/list.ts index bd960775..9042a739 100644 --- a/src/command/stamp/list.ts +++ b/src/command/stamp/list.ts @@ -74,5 +74,9 @@ export class List extends StampCommand implements LeafCommand { }, this.console, ) + + if (!this.quiet && !this.verbose) { + this.console.info('Run with --verbose for more details.') + } } }