You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my-cli <command> [options]
init - Initialize
serve - serve the project
generate - scaffold out a new project
-V, version
-h, help information
If we're to go with commander.js, tj/commander.js#1015 (comment) would make it possible. While, yargs is shipped with a dedicated recommendCommands() method as part of the API. It would be great if the feature was implemented here with sade as well.
The text was updated successfully, but these errors were encountered:
Say we've the following CLI definition:-
If we're to go with
commander.js
, tj/commander.js#1015 (comment) would make it possible. While,yargs
is shipped with a dedicatedrecommendCommands()
method as part of the API. It would be great if the feature was implemented here withsade
as well.The text was updated successfully, but these errors were encountered: