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