chore: Add alias coder agent (#986)

This commit is contained in:
Garrett Delfosse
2022-04-13 15:55:55 -05:00
committed by GitHub
parent 300c6d0824
commit 027d89dd9b
7 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,6 @@ func workspaces() *cobra.Command {
Use: "workspaces",
Aliases: []string{"ws"},
}
cmd.AddCommand(workspaceAgent())
cmd.AddCommand(workspaceCreate())
cmd.AddCommand(workspaceDelete())
cmd.AddCommand(workspaceList())