Commit d180d26
committed
chore(cli): drop unused NPX import + silence false-positive npx hook
- with-subcommands-help.mts: NPX import became dead after the
per-app bucket-map refactor (commit 277737e). Remove it so the
type checker is clean again.
- cmd-npx.mts: add the canonical `// socket-hook: allow npx` marker
on the literal description string so the pre-commit security
scanner stops flagging the command name.1 parent 3966a46 commit d180d26
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments