enormandeau / meditation-timer

Simple meditation timer for Linux
GNU General Public License v3.0
21 stars 5 forks source link

Changes to argument parsing #4

Closed eug48 closed 11 years ago

eug48 commented 11 years ago

The period and delay are now explicitly specified via -p/--period and -d/--delay. I think this makes this script more self-documenting and mistake-proof. Now using argparse.

enormandeau commented 11 years ago

Thanks for the change to argparse :)