README.md in idonethis-cli-0.15.0 vs README.md in idonethis-cli-0.19.0
- old
+ new
@@ -40,13 +40,22 @@
```
$ idonethis list week
```
+Dones are ordered by done date just like the GUI.
+
### Add done
```
-$ bin/idonethis new -m "Ricky Bizzness"
+$ idonethis new -m "Ricky Bizzness"
+```
+
+#### Add done with date
+
+```
+idonethis new -m "Dorris's birthday" --date 29-Sep-2015
+
```
### Choose team
To work against a different team, use the `-t` option.