README.md in timetrap-1.7.6 vs README.md in timetrap-1.7.7
- old
+ new
@@ -259,21 +259,22 @@
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.
+ timesheet. If ``all`` is passed as SHEET display all timesheets. If ``full``
+ is passed as SHEET archived timesheets are displayed as well. 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``.
Display is designed to support a variety of export formats that can be
specified by passing the ``--format`` flag. This currently defaults to
text. iCal, csv, json, and numeric id output are also supported.
Display also allows the use of a ``--round`` or ``-r`` flag which will round
all times in the output. See global options below.
- usage: ``t display [--ids] [--round] [--start DATE] [--end DATE] [--format FMT] [SHEET | all]``
+ usage: ``t display [--ids] [--round] [--start DATE] [--end DATE] [--format FMT] [SHEET | all | full]``
**edit**
Inserts a note associated with the an entry in the timesheet, or edits the
start or end times. Defaults to the current time although an ``--id`` flag can
be passed with the entry's id (see display.)