http-party / http-server

a simple zero-configuration command-line http server
MIT License
13.58k stars 1.49k forks source link

`Available on:` text without right hand side, where are files being served? #815

Closed dvtate closed 2 years ago

dvtate commented 2 years ago

Environment Versions

  1. Linux (Arch)
  2. Node version: 18.2.0
  3. http-server version: v14.1.0

Steps to reproduce

run http-server

Expected result

I expect it to tell me where the files are being served

Actual result

It does not share this information

> http-server .

Starting up http-server, serving .

http-server version: 14.1.0

http-server settings: 
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
Hit CTRL-C to stop the server

Notice the second to last line in the above text copy-pasted from my terminal.

Other information

zbynek commented 2 years ago

This is duplicate of #810