Added watchdoc script for updating docs in real time
This commit is contained in:
parent
776dd95d1e
commit
6ef60fd1e0
5
tools/watchdoc.sh
Executable file
5
tools/watchdoc.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
testargs=""
|
||||
testargs=-- --nocapture
|
||||
cargo watch -s "cargo rustdoc --lib && cargo test ${testargs} && http target/doc"
|
Loading…
Reference in New Issue
Block a user