added a doc command to the run script

This commit is contained in:
ZennDev1337 2023-08-16 14:46:00 +02:00
parent 747ec6e9c9
commit 61a1052b3e
3 changed files with 7 additions and 4 deletions

View file

@ -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 (