1
0
Fork 0
mirror of synced 2024-06-17 06:21:10 -04:00
dotbot/dotbot
Anish Athalye 81f0d74955 Fix clean not respecting defaults
Previously, clean read the defaults once, and then it updated the
setting for each entry it read. This resulted in the defaults being
clobbered and then not being respected for subsequent entries. This
patch fixes the issue by re-reading the defaults before processing each
item.

The other plugins (link, shell) do not have this problem.
2019-12-31 14:47:32 -05:00
..
messenger Add option --no-color to suppress colorization of output 2018-10-06 16:08:26 -07:00
plugins Fix clean not respecting defaults 2019-12-31 14:47:32 -05:00
util Add plugin loader 2016-02-06 15:14:35 -05:00
__init__.py Release 1.16.0 2019-10-12 12:02:40 -04:00
cli.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
config.py Fix compatibility with Python 3 2016-01-15 01:21:16 -05:00
context.py Add default options 2016-03-03 09:42:50 -05:00
dispatcher.py Implement globbing support 2018-04-13 08:49:02 -04:00
plugin.py Add default options 2016-03-03 09:42:50 -05:00