Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 721a927

Browse files
committed
fix: no as info for envs stop
1 parent b4feef0 commit 721a927

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/cmd/envs.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ coder envs --user [email protected] ls -o json \
116116
| jq -c '.[].name' \
117117
| xargs coder envs --user [email protected] stop`,
118118
Args: cobra.MinimumNArgs(1),
119-
PreRun: func(cmd *cobra.Command, args []string) {
120-
autoStartInfo()
121-
},
122119
RunE: func(cmd *cobra.Command, args []string) error {
123120
ctx := cmd.Context()
124121
client, err := newClient(ctx)

0 commit comments

Comments
 (0)