askedrelic / journal

Python CLI tool to help with keeping a work/personal journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better handling when no arguments present

brockboland opened this issue · comments

If you run journal with no arguments, it adds a blank entry to the journal file.

The script should check the argument before writing it. If empty, it would be helpful to show some kind of help message, with info about the various flags & options that are available.