zhanbei / static-server

A static server in Go, supporting hosting static files in the no-trailing-slash version.
0 stars 0 forks source link

Current Command-line Options and Configurations `v0.9.0` #11

Open zhanbei opened 4 years ago

zhanbei commented 4 years ago

NAME: static-server - A static server in Go, supporting hosting static files in the no-trailing-slash version.

USAGE: static-server [global options] [:]

VERSION: 0.9.0

DESCRIPTION: A static server in Go, supporting hosting static files in the no-trailing-slash version.

COMMANDS: help, h Shows a list of commands or help for one command

GLOBAL OPTIONS: --enable-virtual-hosting Whether to enable virtual hosting; @see https://en.wikipedia.org/wiki/Virtual_hosting --no-trailing-slash Hosting static files in the no-trailing-slash mode. --enable-directory-listing Listing files of a directory if the index.html is not found when in the normal mode. --help, -h show help --version, -v print the version