feat: add doc command in cli (#12752)

* add doc cli

* add doc cli

* add document command
This commit is contained in:
Arvin Xu
2026-03-07 13:48:02 +08:00
committed by GitHub
parent 42ed155944
commit 2822b984f4
15 changed files with 1558 additions and 122 deletions

View File

@@ -140,4 +140,11 @@ export default eslint(
'no-console': 0,
},
},
// lobehub-cli - console output is the primary interface
{
files: ['apps/cli/**/*'],
rules: {
'no-console': 0,
},
},
);