CLI¶
usage: toggl2pl [-h] [-c CONFIG] [-d DATE] [-r] [-s] [-w] {serve} ...
Named Arguments¶
- -c, --config
Path to configuration file (default: ~/.toggl2pl/config.yml).
- -d, --date
The date when work was actually done in YYYY-MM-DD format (default: current day).
- -r, --round
Round the number of minutes spent on each project to +/- 5 minutes.
- -s, --sync
Synchronize projects and tasks between time trackers.
- -w, --why-run
Run client in why-run mode to preview posts without publishing.