beemojs / beemo

🤖 Centralized configuration layer for dev tools. Beep boop.
https://beemo.dev
MIT License
143 stars 9 forks source link

create-config --silent is not a recognized argument #147

Closed niieani closed 3 years ago

niieani commented 3 years ago

Sorry for the influx of issues, just trying to setup my project and stumbling upon some issues.

The docs mention a --silent argument for create-config: https://github.com/beemojs/beemo/blob/ab4d6c3eb09a0f3f1d2833b585e6c018685a9a86/website/docs/advanced.md#editor-integration but it looks like no such argument was implemented (can't find references in code).

There are a few other minor issues with the docs, e.g. the example for creating Scripts shows incorrect return value for the parse function. Fortunately the types are correct, so it was easy to figure out.

milesj commented 3 years ago

@niieani --silent was removed in v2, so the docs are just out of date.