pulseenergy / vacation

Handy little app to help you keep track of your accumulated and remaining vacation days.
GNU General Public License v2.0
5 stars 2 forks source link

"Cancel" taken vacation days #12

Closed supermitch closed 8 years ago

supermitch commented 8 years ago

Let's add a feature where you can cancel existing days.

Like "vacation cancel Nov 8" (or any other valid dates, e.g. "Nov 8-12").

Just echo which dates were removed (not all will exist, necessarily).

supermitch commented 8 years ago

Done here: https://github.com/pulseenergy/vacation/commit/8f248dcd0efd20c710a54903a0f7baa9faa6f324

Needs tests.