The aube add --global PKG --allow-build requires appending =PKG on contrary to documentation
#655
-
Steps to reproduce:> aube --version
1.12.0 windows-x64 (2026-05-12)
> aube add --global context-mode --allow-build --allow-build=better-sqlite3
error: invalid value '' for '--allow-build[=<PKG>]': The --allow-build flag is missing a package name. Please specify the package name(s) that are allowed to run installation scripts.
For more information, try '--help'.
> aube add --global context-mode --allow-build=context-mode --allow-build=better-sqlite3
Resolving context-mode@latest...
+ context-mode@1.0.124 (specifier: 1.0.124)
Updated package.json
... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Thanks for the report — you are right that the The flag had this clap wiring ( I have a fix in flight that drops The explicit empty form This comment was generated by Claude. |
Beta Was this translation helpful? Give feedback.
-
|
Awesome work @jdx 🔥 Thanks! |
Beta Was this translation helpful? Give feedback.
Awesome work @jdx 🔥 Thanks!
✅ Fixed in #660, released in v1.13.0, tested OK