Skip to content

Commit

Permalink
refactor: extract command config to package
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Aug 16, 2024
1 parent 901f5e3 commit 9cdb906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 97 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@oclif/plugin-warn-if-update-available": "^3.1.11",
"@offline-ai/cli-common": "workspace:*",
"@offline-ai/cli-plugin-cmd-brain": "workspace:*",
"@offline-ai/cli-plugin-cmd-config": "workspace:*",
"ansi-colors": "^4.1.3",
"better-sqlite3": "^11.1.2",
"color-json": "^3.0.5",
Expand Down Expand Up @@ -87,7 +88,8 @@
"@oclif/plugin-version",
"@oclif/plugin-autocomplete",
"@oclif/plugin-warn-if-update-available",
"@offline-ai/cli-plugin-cmd-brain"
"@offline-ai/cli-plugin-cmd-brain",
"@offline-ai/cli-plugin-cmd-config"
],
"additionalHelpFlags": [
"-h"
Expand Down
61 changes: 0 additions & 61 deletions src/oclif/commands/config/index.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/oclif/commands/config/save.ts

This file was deleted.

0 comments on commit 9cdb906

Please sign in to comment.