Remove coder templates edit command (#1396)

This commit is contained in:
Garrett Delfosse
2022-05-11 15:05:45 -05:00
committed by GitHub
parent 537897c0bb
commit be3bc5cc55
2 changed files with 0 additions and 13 deletions

View File

@ -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
},
}
}