MCPcopy Create free account
hub / github.com/VersusControl/devops-ai-guidelines / print_help

Function print_help

03-ai-agent-for-devops/code/07/src/main.py:29–41  ·  view source on GitHub ↗

Print help information

()

Source from the content-addressed store, hash-verified

27
28
29def print_help():
30 """Print help information"""
31 print("\nAvailable commands:")
32 print(" quit/exit - Exit the program")
33 print(" clear - Clear conversation history")
34 print(" help - Show this help message")
35 print("\nExample questions:")
36 print(" - What log files are available?")
37 print(" - Read the app.log file")
38 print(" - What errors are in app.log?")
39 print(" - Search for 'ERROR' in app.log")
40 print(" - When did the database connection fail?")
41 print()
42
43
44def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected