kettle11 / devserver

A simple HTTPS server for local development. Implemented in Rust.
zlib License
95 stars 15 forks source link

Consider changing port and directory arguments to match convention. #15

Open kettle11 opened 3 years ago

kettle11 commented 3 years ago

As pointed out by @cwfitzgerald devserver doesn't match the convention of other Rust/Python/Ruby servers when specifying the directory to host and the port.

Other tools use -p to specify the port and a free argument to specify the directory.