Skip to content

Commit

Permalink
put 'tap debug' in the help output
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 4, 2023
1 parent 05342c4 commit 47aaf61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/src/jack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ export default jack({
and positional arguments.`
)

.heading('tap debug', 3, { pre: true })
.description(
`Output various debugging information, useful when posting issues
on <https://github.com/tapjs/tapjs/issues>.`
)

.heading('tap help', 3, { pre: true })
.description(
`Print usage information
Expand Down

0 comments on commit 47aaf61

Please sign in to comment.