Skip to content

Commit

Permalink
feat(docz-core): recommend commands on typo (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and rakannimer committed Nov 28, 2019
1 parent 2fc1815 commit 0f8430d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/docz-core/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const cli = () => {
process.exit()
})
.demandCommand()
.recommendCommands()
.help()
.wrap(72)
.epilog('for more information visit https://github.com/doczjs/docz')
Expand Down

0 comments on commit 0f8430d

Please sign in to comment.