Skip to content

Commit

Permalink
feat: add verbose hint to stamp list command
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 17, 2024
1 parent c60197a commit c382b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/command/stamp/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}
}
}

0 comments on commit c382b5e

Please sign in to comment.