serve icon indicating copy to clipboard operation
serve copied to clipboard

Expose serve-handler options through command line

Open wooque opened this issue 7 years ago • 0 comments

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

wooque avatar Jun 14 '18 13:06 wooque