()
| 825 | |
| 826 | # Help |
| 827 | def 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 | |
| 835 | if __name__ == '__main__': |
| 836 | if len(sys.argv) > 1: |