nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
687 stars 36 forks source link

Enhance error message #38

Open mbaneshi opened 10 months ago

mbaneshi commented 10 months ago

Problem :

When we start bartib without specifying file in which activities will store , and run command , bartib stuck without any error message .

Solution :

bartib exist and show corresponding error.

hint :

Guide what bartib extension means.

nikolassv commented 10 months ago

This is strange. Normally, bartib should raise an error message saying:

Please specify a file with your activity log either as -f option or as BARTIB_FILE environment variable

In which environment do you use bartib?