Skip to content

Commit

Permalink
fix: --full-trace should be boolean (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Nov 15, 2022
1 parent 85581d2 commit bfd7fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cmd/test.js
Expand Up @@ -27,6 +27,7 @@ class TestCommand extends Command {
type: 'number',
},
'full-trace': {
type: 'boolean',
description: 'display the full stack trace',
},
changed: {
Expand Down

0 comments on commit bfd7fab

Please sign in to comment.