fix: add the missed help description info (#1096)

This commit is contained in:
Reid 2025-02-14 13:31:36 +08:00 committed by GitHub
parent b27c41fe39
commit 2f7268b790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ class ModelDescribe(Subcommand):
"--model-id", "--model-id",
type=str, type=str,
required=True, required=True,
help="See `llama model list` or `llama model list --show-all` for the list of available models",
) )
def _run_model_describe_cmd(self, args: argparse.Namespace) -> None: def _run_model_describe_cmd(self, args: argparse.Namespace) -> None: