MCPcopy Create free account
hub / github.com/codingmoh/open-codex / print_help_message

Function print_help_message

src/open_codex/main.py:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 print(f"{RED}Error: {e}{RESET}")
66
67def print_help_message():
68 print(f"{BLUE}Usage examples:{RESET}")
69 print(f"{GREEN}open-codex \"list all files in current directory\"")
70 print(f"{GREEN}open-codex \"find all python files modified in the last week\"")
71 print(f"{GREEN}open-codex \"create a tarball of the src directory\"")
72 print()
73
74def main():
75 parser = argparse.ArgumentParser()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected