Skip to content

Commit

Permalink
lms load doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-the-crayon committed Apr 29, 2024
1 parent 124d406 commit b39e0db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/subcommands/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ export const load = command({
...createClientArgs,
path: positional({
type: optional(string),
description: "The path of the model to load. If not provided, ",
description: text`
The path of the model to load. If not provided, you will be prompted to select one. If
multiple models match the path, you will also be prompted to select one. If you don't wish
to be prompted, please use the --exact or the --yes flag.
`,
displayName: "path",
}),
gpu: option({
Expand Down

0 comments on commit b39e0db

Please sign in to comment.