Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari committed Sep 20, 2019
1 parent 16419f8 commit b073b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Do you want to delete the timecard TCH-08-21-2019-078956 ? [y/N]: y
List timecard of specific week with `debug`

```bash
$ timecard -v -s 2019-08-19 -e 2019-08-25 list
$ timecard -v --week -1 list
$ timecard -s 2019-08-19 -e 2019-08-25 list
$ timecard --week -1 list
+-----------------------+----------+-----------+-------------+------------+----------+----------+---------------------------------------+-------+
| Name | Monday | Tuesday | Wednesday | Thursday | Friday | Status | Project_Name | SUM |
+=======================+==========+===========+=============+============+==========+==========+=======================================+=======+
Expand All @@ -93,7 +93,7 @@ $ timecard -v --week -1 list
List timecard of this week

```bash
$ timecard list
$ timecard ls
+-----------------------+----------+-----------+-------------+------------+----------+----------+-----------------------------+-------+
| Name | Monday | Tuesday | Wednesday | Thursday | Friday | Status | Project_Name | SUM |
+=======================+==========+===========+=============+============+==========+==========+=============================+=======+
Expand Down Expand Up @@ -123,4 +123,4 @@ timecard TCH-08-26-2019-079769 submitted
# License


salesforce-timecard is licensed under the [Apache 2.0](LICENSE).
salesforce-timecard is licensed under the [WTFPL](LICENSE).

0 comments on commit b073b33

Please sign in to comment.