pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Clear caches upon request #27

Closed lhanson closed 4 years ago

lhanson commented 4 years ago

Implements the clear-list, clear-templates, and clear-schemes flags to delete cached data.

Resolves #8

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.58%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #27      +/-   ##
========================================
- Coverage    8.89%   8.3%   -0.59%     
========================================
  Files           5      5              
  Lines         326    349      +23     
========================================
  Hits           29     29              
- Misses        292    315      +23     
  Partials        5      5
Impacted Files Coverage Δ
config.go 0% <ø> (ø) :arrow_up:
main.go 1.29% <0%> (-0.63%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27b469e...66c1bfa. Read the comment docs.

pinpox commented 4 years ago

Thanks!