v2.0.1
A quick patch to make CLI arguments actually work again.
What's changed
- Fixed CLI boolean arguments to where they do not overwrite config values with false at startup. Configuration value is now dependent on an or statement between the config value and argument value.
- Added Visual Studio Code snippet for typed closures.
Even more information
Release available on crates.io.
Acquire the binary through cargo install twitch-tui --version "2.0.1"
.
Documentation available here.
If you have any problems/suggestions don't hesitate to submit an issue!
Full difference: v2.0.0...v2.0.1