feat: add stars field to comments

This commit is contained in:
Riccardo Senica
2025-01-19 21:06:15 +00:00
parent 89a20c214b
commit 7c1e3989a5
6 changed files with 10 additions and 4 deletions

View File

@@ -58,10 +58,10 @@ The `export` flag is optional - when set to true, a JSON file with the raw data
### Day Log
```
daylog -text "text" -date "date"
daylog -stars number -text "text" -date "date"
```
Example: `daylog -text "Meeting notes or daily summary" -date "2024-01-18"`
Example: `daylog -stars 3 -text "Meeting notes or daily summary" -date "2024-01-18"`
Adds a log entry for a specific day. The date parameter is optional and defaults to the current date.