Skip to content

Commit

Permalink
hide completion for now
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Nov 21, 2024
1 parent 4fc6f5b commit c00924b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/conduit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import (
func main() {
e := ecdysis.New()
cmd := e.MustBuildCobraCommand(&root.RootCommand{})

cmd.CompletionOptions.DisableDefaultCmd = true

if err := cmd.Execute(); err != nil {
_, _ = fmt.Fprintf(os.Stderr, "%v\n", err)
os.Exit(1)
Expand Down

0 comments on commit c00924b

Please sign in to comment.