We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fd38c commit 84ca439Copy full SHA for 84ca439
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "timecard",
3
- "version": "0.2.9",
+ "version": "0.3.0",
4
"description": "Keep track of your project development time",
5
"main": "timecard.js",
6
"scripts": {
readme.md
@@ -74,6 +74,7 @@ $ timecard --help
74
-o, --clockout Alias for the clockout command
75
-n, --new Alias for the new command
76
-p, --print Alias for the print command
77
+ --no-prompt Use with `new` to silence all prompts and overwrite existing timecard
78
79
```
80
0 commit comments