mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
Remove coder templates edit command (#1396)
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
package cli
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func templateEdit() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "edit",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return nil
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user