diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-14 17:30:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-14 17:30:25 +0800 |
| commit | 5d1805cf4b096844f8efbe303479ec7b23a054ce (patch) | |
| tree | aee999bd73417673c02970d347ac1045ba7427a3 | |
| parent | 5ecb03177cbe5d167fd641fe37906d03acb7c87b (diff) | |
feat: add `picker` feature to doc build scripts
| -rw-r--r-- | .run/src/bin/doc.ps1 | 2 | ||||
| -rw-r--r-- | .run/src/bin/doc.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1 index 987f0de..2ee3be6 100644 --- a/.run/src/bin/doc.ps1 +++ b/.run/src/bin/doc.ps1 @@ -1 +1 @@ -cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open +cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index 5e8a311..ea903ca 100644 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -1,3 +1,3 @@ #!/bin/bash -cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open +cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open |
