Closed yinm closed 3 years ago
Can you commit the change locally or run yarn toc
so that the Table of Contents gets updated?
@egoist
Thanks your reply.
I run yarn toc
and committed https://github.com/cacjs/cac/pull/93/commits/b6d6e29cb5faa739d5715498ee93acfbb93676af .
:tada: This PR is included in version 6.7.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
It seems there aren't references to
cli.usage(text)
andcommand.usage(text)
. I think they exist in README.md is more useful, so I added.https://github.com/cacjs/cac/blob/d2c6b8a169359d0a5f17f0e3aa30e9c0e0a920ad/src/CAC.ts#L60-L68
https://github.com/cacjs/cac/blob/d2c6b8a169359d0a5f17f0e3aa30e9c0e0a920ad/src/Command.ts#L58-L61