```manpage
cargo devserver --help
cargo-devserver 0.1.0
USAGE:
cargo devserver [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-r, --release use cargo build --release for an optimized production release
-V, --version Prints version information
OPTIONS:
-b, --bin the binary to execute. the default will be whatever cargo would execute [env: BIN=]
-c, --cwd the working directory to execute cargo in. defaults to the current working directory
-o, --host Local host or ip to listen on [env: HOST=] [default: localhost]
-p, --port Local port to listen on [env: PORT=] [default: 8080]
-w, --watch ... directories or files to watch in order to trigger a rebuild. directories will be watched
recursively [env: WATCH=] [default: src]
```