-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
I would like to request a feature. I know #381 is closed (asked before) however my ask is different.
When automating via npm scripts the running of a server and the extra args to http-server the initial output is very handy. It shows what directory is being served as well as providing a clickable url in the output of the different urls and ports it's being served on.
So the ask is, either another arg that is --show-start or to change --silent to show at a minimum the initial output and nothing else. Or something similar that provides that output while also silencing the request logs.
mojavelinux