chore(pwsh): regen doc catalogs, ignore pwsh binary in knip

This commit is contained in:
Huanqi Cao
2026-08-05 21:49:51 +08:00
parent 61bd42f8f9
commit 28d0eef22c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1866,7 +1866,7 @@ export interface Config {
}
```
Source: [`packages/bash/tool-pwsh/src/index.ts:41`](../packages/bash/tool-pwsh/src/index.ts)
Source: [`packages/bash/tool-pwsh/src/index.ts:43`](../packages/bash/tool-pwsh/src/index.ts)
## `@deepseek-ai/dsh-tool-ralph`
+1 -1
View File
@@ -293,7 +293,7 @@ abstract start(spec: BashExecSpec): BashProcess
Types: [BashExecRequest](../core-data-structures/bash.md) · [BashExecSpec](../core-data-structures/bash.md) · [BashProcess](../core-data-structures/bash.md) · [BashRunResult](../core-data-structures/bash.md)
Source: [`packages/bash/bash/src/index.ts:51`](../../packages/bash/bash/src/index.ts)
Source: [`packages/bash/bash/src/index.ts:53`](../../packages/bash/bash/src/index.ts)
## `ctx.bashEnv` — `BashEnvRegistry`
+1
View File
@@ -5,6 +5,7 @@
],
"ignoreBinaries": [
"bwrap",
"pwsh",
"python3",
"sandbox-exec",
"taskkill"