Skip to content

Commit 4882a93

Browse files
committed
rephrase comment
1 parent 9003617 commit 4882a93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli/src/cliEntry.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ const addCommand = (command: CommandT, ctx: ContextT) => {
122122
);
123123

124124
/**
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.
125+
* We want every command (like "start", "link") to accept below options.
126+
* To achieve that we append them to regular options of each command here.
127+
* This way they'll be displayed in the commands --help menus.
128128
*/
129129
cmd
130130
.option('--projectRoot [string]', 'Path to the root of the project')

0 commit comments

Comments
 (0)