README.md in timetrap-1.1.3 vs README.md in timetrap-1.2.0

- old
+ new

@@ -100,9 +100,16 @@ Run an interactive database session on the timetrap database. Requires the sqlite3 command. usage: ``t backend`` +**configure** + Creates a config file at ~/.timetrap.yml or ENV['TIMETRAP_CONFIG_FILE'] if + one doesn't exist. Prints path to config file. Currently allows configuration + of path to database file. + + usage: ``t configure`` + **display** Display a given timesheet. If no timesheet is specified, show the current timesheet. If ``all`` is passed as SHEET display all timesheets. Accepts an optional ``--ids`` flag which will include the entries' ids in the output. This is useful when editing an non running entry with ``edit``.