File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ npm install -g clocki
2222$ clocki COMMAND
2323running command...
2424$ clocki (-v| --version| version)
25- clocki/0.0.6 darwin-x64 node-v10.10.0
25+ clocki/0.0.7 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.6 /src/commands/in.ts ) _
77+ _ See code: [ src/commands/in.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.7 /src/commands/in.ts ) _
7878
7979## ` clocki out `
8080
@@ -94,7 +94,7 @@ ALIASES
9494 $ clocki goodbye
9595```
9696
97- _ See code: [ src/commands/out.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.6 /src/commands/out.ts ) _
97+ _ See code: [ src/commands/out.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.7 /src/commands/out.ts ) _
9898
9999## ` clocki report `
100100
@@ -111,7 +111,7 @@ OPTIONS
111111 -w, --week Weekly report
112112```
113113
114- _ See code: [ src/commands/report.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.6 /src/commands/report.ts ) _
114+ _ See code: [ src/commands/report.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.7 /src/commands/report.ts ) _
115115
116116## ` clocki task [TASK] `
117117
@@ -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.6 /src/commands/task.ts ) _
134+ _ See code: [ src/commands/task.ts] ( https://github.com/fsschmitt/clocki-cli/blob/v0.0.7 /src/commands/task.ts ) _
135135<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " clocki" ,
33 "description" : " A simple tool to track in-and-out time and taks done during the day" ,
4- "version" : " 0.0.6 " ,
4+ "version" : " 0.0.7 " ,
55 "author" : " fsschmitt @fsschmitt" ,
66 "bin" : {
77 "clocki" : " ./bin/run"
You can’t perform that action at this time.
0 commit comments