MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / print_help

Function print_help

Scripts/Developer Base/Smart Notes.py:827–833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825
826# Help
827def print_help():
828 print('Smart Notes - Termux')
829 print('Commands:')
830 print(' (no arguments) -> curses environment')
831 print(' --add -> add note via command line')
832 print(' --run-reminders-> run pending reminders')
833 print(' --help -> this help')
834
835if __name__ == '__main__':
836 if len(sys.argv) > 1:

Callers 1

Smart Notes.pyFile · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected