.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.2.
.TH ADSF "1" "August 2022" "ruby 1.4.6+dfsg1" "User Commands"
.SH NAME
adsf \- a dead simple fileserver
.SH SYNOPSIS
.B adsf
[\fI\,options\/\fR]
.SH DESCRIPTION
adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any
directory to serve static files. It can be used programmatically in Rack and
other Ruby applications.
.TP
\fB\-H\fR, \fB\-\-handler\fR [handler]
Specify the handler to use
.TP
\fB\-h\fR, \fB\-\-help\fR
Display help
.TP
\fB\-i\fR [index\-filenames],
Specify index filenames (comma\-separated)
.HP
\fB\-\-index\-filenames\fR
.TP
\fB\-p\fR, \fB\-\-port\fR [port]
Specify the port number to use
.TP
\fB\-r\fR, \fB\-\-root\fR [root]
Specify the web root to use
.TP
\fB\-l\fR, \fB\-\-local\-only\fR
Only listen to requests from localhost (short for "\-a localhost")
.TP
\fB\-a\fR, \fB\-\-listen\-address\fR [host]
Specify the address to listen to
.TP
\fB\-L\fR, \fB\-\-live\-reload\fR
Reload on changes (requires adsf\-live)