kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--exclude CLI option

kachayev opened this issue · comments

The idea here is to be able to run the server as follows:

clj -m http.server --exclude "target/*" --exclude "*.cpp"

I'm not sure we need to support the entire set of glob features, probably "*" would be enough.