serve
serve copied to clipboard
Expose serve-handler options through command line
It's tiresome to create .json config to override default behavior every time, so it would be nice if we could pass arguments through command line instead.
For example if we want to override cleanUrl we could do with
serve -s -l 8080 --clean-url false
or unlisted
serve -s --unlisted bla,test,ha