antfu-collective / taze

🥦 A modern cli tool that keeps your deps fresh
MIT License
2.83k stars 86 forks source link

fix: respect config file when no explicit cli flags #88

Closed hyoban closed 11 months ago

hyoban commented 11 months ago

Description

Also fixes some configuration types.

If I got something wrong, please let me know, I will fix it ASAP.

Linked Issues

closes #87

Additional context

antfu commented 11 months ago

I wonder if we could apply a default to null in the cli options instead of removing them afterwards. The current approach can't differentiate if the option is the default or user set when the value is same.

hyoban commented 11 months ago

@antfu I removed the default config readed from cli. Can you look at it again?