Uh oh!
There was an error while loading. Please reload this page.
feat: add -w option as an alias to --watch - #51696
Conversation
Add an alias to the --watch option.
Update cli.md to add -w alias to --watch.
anonrig
left a comment
There was a problem hiding this comment.
The tests are failing. Can you fix them?
onurravli
commented
Feb 8, 2024
@anonrig still looking for failed checks but I couldn't find the problem yet. Tests are done in Windows but not in Unix like OSs. Which files should I look? |
tniessen
commented
Feb 8, 2024
No strong opinion on this. FWIW, as far as I am aware, we haven't added single-letter options in years. Some years ago, someone added a short option for |
onurravli
commented
Feb 8, 2024
You may be right. But for example in tsc I'm used to using the -w flag, like |
From a developer point of view using |
With this pull request,
node -walso will be activate watch mode alongsidenode --watch.