diff --git a/core/docz-core/src/cli.ts b/core/docz-core/src/cli.ts index e7d0e7ae3..bc2a06767 100644 --- a/core/docz-core/src/cli.ts +++ b/core/docz-core/src/cli.ts @@ -25,6 +25,7 @@ export const cli = () => { process.exit() }) .demandCommand() + .recommendCommands() .help() .wrap(72) .epilog('for more information visit https://github.com/doczjs/docz')