You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/commands/update_release.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ type UpdateRelease struct {
16
16
Optionsstruct {
17
17
flags.Standard
18
18
19
-
Namestring`short:"n" long:"name" required:"true" description:"name of release to update"`
20
-
Versionstring`short:"v" long:"version" required:"true" description:"desired version of release"`
21
-
ReleasesDirstring`short:"rd" long:"releases-directory" default:"releases" description:"path to a directory to download releases into"`
22
-
AllowOnlyPublishableReleasesbool`long:"allow-only-publishable-releases" description:"include releases that would not be shipped with the tile (development builds)"`
23
-
WithoutDownloadbool`long:"without-download" description:"updates releases without downloading them"`
19
+
Namestring`short:"n" long:"name" required:"true" description:"name of release to update"`
20
+
Versionstring`short:"v" long:"version" required:"true" description:"desired version of release"`
21
+
ReleasesDirstring`short:"rd" long:"releases-directory" default:"releases" description:"path to a directory to download releases into"`
22
+
AllowOnlyPublishableReleasesbool`long:"allow-only-publishable-releases" default:"false" description:"include releases that would not be shipped with the tile (development builds)"`
23
+
WithoutDownloadbool`short:"wd" long:"without-download" default:"false" description:"updates releases without downloading them"`
0 commit comments