mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
committed by
GitHub
parent
dc9707a998
commit
87d30e7416
@@ -3,6 +3,7 @@ package cmd
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/redhat-developer/odo/pkg/odo/genericclioptions"
|
||||
"github.com/redhat-developer/odo/pkg/odo/util/completion"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
@@ -200,4 +201,6 @@ func init() {
|
||||
addComponentFlag(urlCreateCmd)
|
||||
|
||||
rootCmd.AddCommand(urlCmd)
|
||||
|
||||
completion.RegisterCommandHandler(urlDeleteCmd, completion.URLCompletionHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user