mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
update
This commit is contained in:
+6
-1
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
_ "github.com/yourorg/devour/internal/scraper/external"
|
||||
"github.com/yourorg/devour/internal/ui"
|
||||
)
|
||||
|
||||
@@ -33,7 +34,8 @@ context to AI models for generating accurate, fully working code.
|
||||
Runs in two modes:
|
||||
- Local mode: OpenCode skill running entirely on your machine
|
||||
- Remote mode: MCP server for multi-user/team access`,
|
||||
Version: "1.0.0",
|
||||
Version: "1.0.0",
|
||||
SilenceUsage: true,
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
@@ -53,6 +55,7 @@ func init() {
|
||||
rootCmd.AddCommand(initCmd)
|
||||
rootCmd.AddCommand(scrapeCmd)
|
||||
rootCmd.AddCommand(getCmd)
|
||||
rootCmd.AddCommand(askCmd)
|
||||
rootCmd.AddCommand(languagesCmd)
|
||||
rootCmd.AddCommand(demoCmd)
|
||||
rootCmd.AddCommand(serveCmd)
|
||||
@@ -62,6 +65,8 @@ func init() {
|
||||
rootCmd.AddCommand(pushCmd)
|
||||
rootCmd.AddCommand(logoCmd)
|
||||
rootCmd.AddCommand(scorecardCmd)
|
||||
rootCmd.AddCommand(autoCmd)
|
||||
rootCmd.AddCommand(verifyCmd)
|
||||
}
|
||||
|
||||
// logoCmd displays the Devour character
|
||||
|
||||
Reference in New Issue
Block a user