Reformat documentation messages

This commit is contained in:
Tom Wiesing 2022-12-08 11:45:52 +01:00
parent aefde6eec2
commit c80c8f2297
No known key found for this signature in database
29 changed files with 61 additions and 61 deletions

View file

@ -14,7 +14,7 @@ var Shell wisski_distillery.Command = shell{}
type shell struct {
Positionals struct {
Slug string `positional-arg-name:"SLUG" required:"1-1" description:"slug of instance to show run shell in"`
Slug string `positional-arg-name:"SLUG" required:"1-1" description:"slug of instance to run shell in"`
Args []string `positional-arg-name:"ARGS" description:"arguments to pass to the shell"`
} `positional-args:"true"`
}
@ -28,7 +28,7 @@ func (shell) Description() wisski_distillery.Description {
IncludeUnknown: true,
},
Command: "shell",
Description: "Open a shell in the provided instance",
Description: "open a shell in the provided instance",
}
}