File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ export async function setupManifestConfig(
3838 logger . log ( ' CLI commands. You can still override them by explicitly' )
3939 logger . log ( ' setting the flag. It is meant to be a convenience tool.' )
4040 logger . log ( '' )
41+ logger . log ( 'This command will generate a socket.json file in the target cwd.' )
4142 logger . log (
42- 'This command will generate a `socket.json` file in the target cwd. ' ,
43+ 'You can choose to add this file to your repo (handy for collaboration) ' ,
4344 )
44- logger . log ( 'You can choose to add this file to your repo (handy for collab)' )
4545 logger . log ( 'or to add it to the ignored files, or neither. This file is only' )
4646 logger . log ( 'used in CLI workflows.' )
4747 logger . log ( '' )
You can’t perform that action at this time.
0 commit comments