added a doc command to the run script
This commit is contained in:
parent
747ec6e9c9
commit
61a1052b3e
3 changed files with 7 additions and 4 deletions
3
run.bat
3
run.bat
|
@ -9,6 +9,9 @@ if [%option%]==[] (
|
|||
|
||||
if %option%==snake (
|
||||
goto :run
|
||||
) else if %option%==doc (
|
||||
powershell -Command "cargo doc -p arduboy-rust; rm -r ./docs/doc/; cp -r ./target/arduboy/doc ./docs/"
|
||||
goto :eof
|
||||
) else if %option%==pong (
|
||||
goto :run
|
||||
) else if %option%==rustacean (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue