Skip to content

Commit

Permalink
cleanup: Remove completion subcommand (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayboras authored Jul 7, 2021
1 parent f090c7b commit a6fcf6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
85 changes: 0 additions & 85 deletions pkg/commands/completion.go

This file was deleted.

1 change: 0 additions & 1 deletion pkg/commands/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func NewExecutor(version, commit, date string) *Executor {
e.initHelp()
e.initLinters()
e.initConfig()
e.initCompletion()
e.initVersion()
e.initCache()

Expand Down

0 comments on commit a6fcf6f

Please sign in to comment.