mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore(cli): rename Cmd to Command (#12616)
I think Command is cleaner and my original decision to use "Cmd" a mistake. Plus this creates better parity with cobra.
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/coder/serpent"
|
||||
)
|
||||
|
||||
func (r *RootCmd) templatePull() *serpent.Cmd {
|
||||
func (r *RootCmd) templatePull() *serpent.Command {
|
||||
var (
|
||||
tarMode bool
|
||||
zipMode bool
|
||||
@@ -23,7 +23,7 @@ func (r *RootCmd) templatePull() *serpent.Cmd {
|
||||
)
|
||||
|
||||
client := new(codersdk.Client)
|
||||
cmd := &serpent.Cmd{
|
||||
cmd := &serpent.Command{
|
||||
Use: "pull <name> [destination]",
|
||||
Short: "Download the active, latest, or specified version of a template to a path.",
|
||||
Middleware: serpent.Chain(
|
||||
|
||||
Reference in New Issue
Block a user