MilesMcBain / tflow

An opinionated lightweight template for smooth targets flows.
Other
90 stars 9 forks source link

make tar_make at cursor have a controllable `shortcut` option #13

Closed njtierney closed 2 years ago

njtierney commented 2 years ago

currently the make target at cursor addin runs

tar_make(name, shortcut = TRUE)

https://github.com/MilesMcBain/tflow/blob/master/R/addins.R#L61

However my default for this that I would like it rerun everything upstream - is it possible to control that shortcut option?

MilesMcBain commented 2 years ago

Yeah but an option is kind of annoying if you want the other one. Let's just have both!

MilesMcBain commented 2 years ago

Done!