sancsoft / hq

Harlequin management system
MIT License
1 stars 1 forks source link

34 cli time entry #124

Closed amahdysancsoft closed 3 months ago

amahdysancsoft commented 3 months ago

šŸš€ Add CLI Commands for Time Entry Management

šŸ“‹ List Time Entries

Commands: hq time ls, hq time list

Optional Arguments:

āž• Add Time Entry

Command: hq time add <chargeCode> <hours> <notes> -a <activity> [-d <date>]

āœļø Edit Time Entry

Command: hq time edit <timeId> Separate Commands for Updating Time Entries:

šŸ—‘ļø Delete Time Entry

Command: hq time delete <timeId>

ā›”ļø Additional Information