mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
Add CLI reference doc
This commit is contained in:
parent
b8aa99b034
commit
142b36c7c5
3 changed files with 149 additions and 4 deletions
|
@ -17,7 +17,7 @@ class LlamaCLIParser:
|
|||
def __init__(self):
|
||||
self.parser = argparse.ArgumentParser(
|
||||
prog="llama",
|
||||
description="Welcome to the LLama cli",
|
||||
description="Welcome to the Llama CLI",
|
||||
add_help=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue