1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00
dotbot/dotbot
Dave Steinberg 633ae5540f Support if on tasks.
Just like on a link action, the value is executed in the shell. If
it has a non-zero exit code (failure), the whole task is skipped.
This allows tasks to group actions that only apply in certain
conditions (e.g. on certain OSes or in certain configurations),
and allows all actions (not just link) to be conditional.
2020-07-12 22:01:26 -04:00
..
messenger Add option --no-color to suppress colorization of output 2018-10-06 16:08:26 -07:00
plugins Support if on tasks. 2020-07-12 22:01:26 -04:00
util Support if on tasks. 2020-07-12 22:01:26 -04:00
__init__.py Release 1.17.0 2020-01-03 16:47:57 -05:00
cli.py Make error for empty config a little friendlier 2020-06-25 16:07:23 -04:00
config.py Fix compatibility with Python 3 2016-01-15 01:21:16 -05:00
context.py Add 'canonicalize-path' option to link 2020-01-03 22:35:13 +01:00
dispatcher.py Support if on tasks. 2020-07-12 22:01:26 -04:00
plugin.py Add default options 2016-03-03 09:42:50 -05:00