Add CLI reference doc

This commit is contained in:
dltn 2024-07-25 12:37:05 -07:00
parent b8aa99b034
commit 142b36c7c5
3 changed files with 149 additions and 4 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,
)