This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:59 +01:00
parent 409acd2e08
commit 898a3c303f
1374 changed files with 290409 additions and 29187 deletions
+6 -1
View File
@@ -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