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
The next refactor for usage should be a more declarative approach. Instead of defining strings that show how to use certain params, each usage array entry should be a param and its description.
Usage output can then be npm command [list of params] followed by a description of each param we have defined.
This is the bridge between what we're doing now and a more tightly coupled definition of all our cli options and the commands that use them and the help sections for those commands.
The text was updated successfully, but these errors were encountered:
The next refactor for usage should be a more declarative approach. Instead of defining strings that show how to use certain params, each usage array entry should be a param and its description.
Usage output can then be
npm command [list of params]
followed by a description of each param we have defined.This is the bridge between what we're doing now and a more tightly coupled definition of all our cli options and the commands that use them and the help sections for those commands.
The text was updated successfully, but these errors were encountered: