_Originally posted by @rschristian in https://github.com/preactjs/preact-cli/issues/1596#issuecomment-938123047_ Typing `preact watch -p XXXX` just goes ahead and starts on the default port (8080). It should error because `XXXX` is not a number.
Originally posted by @rschristian in #1596 (comment)
Typing
preact watch -p XXXXjust goes ahead and starts on the default port (8080).It should error because
XXXXis not a number.