diff options
Diffstat (limited to '.run/src/bin/doc.sh')
| -rw-r--r-- | .run/src/bin/doc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh new file mode 100644 index 0000000..5e8a311 --- /dev/null +++ b/.run/src/bin/doc.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open |
