@@ -22,7 +22,7 @@ $ npm install -g clocki
2222$ clocki COMMAND
2323running command...
2424$ clocki (-v| --version| version)
25- clocki/0.0.4 darwin-x64 node-v10.10.0
25+ clocki/0.0.5 darwin-x64 node-v10.10.0
2626$ clocki --help [COMMAND]
2727USAGE
2828 $ clocki COMMAND
@@ -74,7 +74,7 @@ ALIASES
7474 $ clocki hello
7575```
7676
77- _ See code: [ src/commands/in.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.4 /src/commands/in.ts ) _
77+ _ See code: [ src/commands/in.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.5 /src/commands/in.ts ) _
7878
7979## ` clocki out `
8080
@@ -94,11 +94,11 @@ ALIASES
9494 $ clocki goodbye
9595```
9696
97- _ See code: [ src/commands/out.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.4 /src/commands/out.ts ) _
97+ _ See code: [ src/commands/out.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.5 /src/commands/out.ts ) _
9898
9999## ` clocki report `
100100
101- describe the command here
101+ Generates a report (day or week) with all tasks done
102102
103103```
104104USAGE
@@ -111,11 +111,11 @@ OPTIONS
111111 -w, --week Weekly report
112112```
113113
114- _ See code: [ src/commands/report.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.4 /src/commands/report.ts ) _
114+ _ See code: [ src/commands/report.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.5 /src/commands/report.ts ) _
115115
116116## ` clocki task [TASK] `
117117
118- Add a work task
118+ Add a work task to the day report
119119
120120```
121121USAGE
@@ -131,5 +131,5 @@ ALIASES
131131 $ clocki work
132132```
133133
134- _ See code: [ src/commands/task.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.4 /src/commands/task.ts ) _
134+ _ See code: [ src/commands/task.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.5 /src/commands/task.ts ) _
135135<!-- commandsstop -->
0 commit comments