0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
howdy/cli/help.py

14 lines
497 B
Python

print("Howdy IR face recognition\n")
print("Usage:")
print(" howdy <command> [argument]\n")
print("Commands:")
print(" help Show this help page")
print(" list List all saved face models for the current user")
print(" add Add a new face model for the current user")
print(" remove [id] Remove a specific model")
print(" clear Remove all face models for the current user")
print("\nFor support please visit")
print("https://github.com/Boltgolt/howdy")