Add CLI reference docs (#14)

* Add CLI reference doc

* touchups

* add helptext for download
This commit is contained in:
Dalton Flanagan 2024-07-25 16:56:29 -04:00 committed by GitHub
parent b8aa99b034
commit ec433448f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 174 additions and 38 deletions

View file

@ -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,
)