()
| 65 | print(f"{RED}Error: {e}{RESET}") |
| 66 | |
| 67 | def 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 | |
| 74 | def main(): |
| 75 | parser = argparse.ArgumentParser() |