mgifos / quick-plan

Defines and schedules Garmin workouts
Apache License 2.0
137 stars 23 forks source link

Allow workouts to be cleaned #32

Closed tom-dudley closed 5 years ago

tom-dudley commented 5 years ago

It would be useful to be able to clean workouts which have been added. I added the example 80k plan but couldn't find a good way to remove all the workouts without doing it manually.

mgifos commented 5 years ago

This is what I meant: https://github.com/mgifos/quick-plan/commit/1fbaa3c487a8b4ca165ff21f2c11d2d158df8c26

We already have delete option -x, so I just wanted to have import/schedule as optional commands. This is according to the existing tool usage: Usage: quick-plan [import|schedule] [options] as -x is a global option that can be used in combination with any command.