forked from phoenix-oss/llama-stack-mirror
Add CLI reference docs (#14)
* Add CLI reference doc * touchups * add helptext for download
This commit is contained in:
parent
b8aa99b034
commit
ec433448f2
3 changed files with 174 additions and 38 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