Skip to content

Commit ed69620

Browse files
Update cmd/cli/commands/launch.go
Co-authored-by: Dorin-Andrei Geman <doringeman@gmail.com>
1 parent 11f5860 commit ed69620

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cmd/cli/commands/launch.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ func newLaunchCmd() *cobra.Command {
8787
dryRun bool
8888
)
8989
c := &cobra.Command{
90-
Use: "launch APP [-- APP_ARGS...]",
90+
Use: "launch APP [-- APP_ARGS...]",
91+
Short: "Launch an app configured to use Docker Model Runner",
92+
Long: fmt.Sprintf(`Launch an app configured to use Docker Model Runner.
93+
94+
Supported apps: %s`, strings.Join(supportedApps, ", ")),
9195
Short: "Launch an app configured to use Docker Model Runner",
9296
Args: cobra.MinimumNArgs(1),
9397
ValidArgs: supportedApps,

0 commit comments

Comments
 (0)