Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit06b2819

Browse files
committed
lint
1 parent42545bb commit06b2819

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U
275275
golang.org/x/cryptov0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
276276
golang.org/x/cryptov0.0.0-20200422194213-44a606286825 h1:dSChiwOTvzwbHFTMq2l6uRardHH7/E6SqEkqccinS/o=
277277
golang.org/x/cryptov0.0.0-20200422194213-44a606286825/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
278-
golang.org/x/cryptov0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
279278
golang.org/x/expv0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
280279
golang.org/x/expv0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
281280
golang.org/x/expv0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=

‎internal/cmd/envs.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ func createEnvCommand() *cobra.Command {
136136
)
137137

138138
cmd:=&cobra.Command{
139-
Use:"create [flags] [environment-name]",
140-
Short:"create a new environment.",
141-
Args:cobra.ExactArgs(1),
139+
Use:"create [flags] [environment-name]",
140+
Short:"create a new environment.",
141+
Args:cobra.ExactArgs(1),
142142
Hidden:true,
143-
Long:"Create a new environment under the active user.",
143+
Long:"Create a new environment under the active user.",
144144
Example:`
145145
# create a new environment using default resource amounts
146146
coder envs create \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp