Skip to content

Commit

Permalink
cmd: Remove completion CLI command (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 6, 2022
1 parent d720cb2 commit e22e3cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
156 changes: 0 additions & 156 deletions internal/cmd/completion_command.go

This file was deleted.

5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ func main() {
}

c.Commands = map[string]cli.CommandFactory{
"completion": func() (cli.Command, error) {
return &cmd.CompletionCommand{
Ui: ui,
}, nil
},
"serve": func() (cli.Command, error) {
return &cmd.ServeCommand{
Ui: ui,
Expand Down

0 comments on commit e22e3cc

Please sign in to comment.