An HTTP server for serving static files.
go run github.com/chrisdoherty4/serve@latest
-a string
The address to listen on. (default ":8080")
-d string
The directory to serve files from. (default ".")
-s Silence server logging.