nuxt-content/docus#1096
ideally, we'd like to avoid libraries or projects creating their own clis over nuxt/cli, as this opts them out of any performance improvements that we merge into nuxt/cli, and also diverges the ecosystem.
a new --extends cli option would enable docus build (for example) to be replaced with nuxt build --extends docus
nuxt-content/docus#1096
ideally, we'd like to avoid libraries or projects creating their own clis over nuxt/cli, as this opts them out of any performance improvements that we merge into nuxt/cli, and also diverges the ecosystem.
a new
--extendscli option would enabledocus build(for example) to be replaced withnuxt build --extends docus