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")