We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9003617 commit 4882a93Copy full SHA for 4882a93
packages/cli/src/cliEntry.js
@@ -122,9 +122,9 @@ const addCommand = (command: CommandT, ctx: ContextT) => {
122
);
123
124
/**
125
- * We want all commands (like "start", "link") to accept these flags, so we
126
- * add them here instead of in every single command. This way they'll be
127
- * displayed in commands --help menus.
+ * We want every command (like "start", "link") to accept below options.
+ * To achieve that we append them to regular options of each command here.
+ * This way they'll be displayed in the commands --help menus.
128
*/
129
cmd
130
.option('--projectRoot [string]', 'Path to the root of the project')
0 commit comments