zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

Fix several issues assigned to me with one shot #33

Closed tai271828 closed 3 years ago

tai271828 commented 4 years ago

Types of changes

Please put an x in the box that applies

Description

Please refer to the commit messages which have been explicitly shown the issues I have worked on.

Steps to Test This Pull Request

Steps to reproduce the behavior:

  1. ctimer --db ./data
  2. ctimer --db /tmp/ctimer_test_dir1
  3. ctimer --version

Expected behavior

Step 1 and 2 should launch ctimer smoothly with their on own database path. The step 3 should show the ctimer version.

Related Issue

Issue #25 #26 #32