mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +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:
@ -83,7 +83,7 @@ func main() {
|
||||
root := (&cli.RootCmd{})
|
||||
|
||||
// wroteMap indexes file paths to commands.
|
||||
wroteMap := make(map[string]*serpent.Cmd)
|
||||
wroteMap := make(map[string]*serpent.Command)
|
||||
|
||||
var (
|
||||
docsDir = filepath.Join(workdir, "docs")
|
||||
|
Reference in New Issue
Block a user