Skip to content

Commit

Permalink
feat: use default completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
mellonnen committed Feb 15, 2023
1 parent 8e7e398 commit 538da94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
68 changes: 0 additions & 68 deletions cmd/portal/completion.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/portal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func init() {
rootCmd.AddCommand(receiveCmd)
rootCmd.AddCommand(serveCmd)
rootCmd.AddCommand(versionCmd)
rootCmd.AddCommand(completionCmd)
}

// HELPER FUNCTIONS
Expand Down

0 comments on commit 538da94

Please sign in to comment.