Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 507 Bytes

fileserve-simple

USAGE:

fileserve [OPTIONS] [PORT]

FLAGS:

-h, --help       Prints help information
-V, --version    Prints version information

OPTIONS:

-b, --bind <ADDRESS>           Alternative bind address [default: 0.0.0.0]
-d, --directory <DIRECTORY>    Alternative directory to serve [default: curent directory]
-w, --workers <AMOUNT>         Number of requests that can be handled concurrently [default: 10]

ARGS:

<PORT>    Port to run on [default: 8080]