mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
feat(cli): docs grouping and version
This commit is contained in:
parent
d8e39159f0
commit
847b696c74
4 changed files with 29 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ var uploadCmd = &cobra.Command{
|
|||
Short: "Upload the specified disk image into your Hetzner Cloud project.",
|
||||
Long: `This command implements a fake "upload", by going through a real server and snapshots.
|
||||
This does cost a bit of money for the server.`,
|
||||
GroupID: "primary",
|
||||
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
ctx := cmd.Context()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue