alejoar / factorialsucks

FactorialHR auto clock in for the whole month from the command line
28 stars 9 forks source link

Update README.md #1

Closed ocarreterom closed 3 years ago

ocarreterom commented 3 years ago

Add clock-in and clock-out arguments.

alejoar commented 3 years ago

Thank you for the contribution @ocarreterom!

Since I rewrote the app in golang the help dialog changed a bit, could you please copy it as it is printed by the app?

This is what it looks like:

NAME:
   factorialsucks - FactorialHR auto clock in for the whole month from the command line

USAGE:
   factorialsucks [options]

GLOBAL OPTIONS:
   --email value, -e value        you factorial email address
   --year YYYY, -y YYYY           clock-in year YYYY (default: current year)
   --month MM, -m MM              clock-in month MM (default: current month)
   --clock-in HH:MM, --ci HH:MM   clock-in time HH:MM (default: "10:00")
   --clock-out HH:MM, --co HH:MM  clock-in time HH:MM (default: "18:00")
   --dry-run, --dr                do a dry run without actually clocking in (default: false)
   --help, -h                     show help (default: false)
ocarreterom commented 3 years ago

Done! 👍

alejoar commented 3 years ago

Thank you 🙂