We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_empty_diffs
I set up my viddy.toml as follows:
viddy.toml
[general] shell = "echo" # To check that this is the correct config file path skip_empty_diffs=true
However, the skip_empty_diffs option did not take. Here's the result of viddy abracadabra with that config:
viddy abracadabra
I'm using viddy 0.4.0 installed form Nix, on Mac OS Sonoma 14.5, Apple Silicon
I'm not sure what's going on, my understanding of 106e52d#diff-0e426a43248661127a0c0ee115aef7a1093b635f8993b3f7ebb1dd9f05b8f249R153 is that the option should work, which is why I filed #118.
The text was updated successfully, but these errors were encountered:
This bug fixed in viddy v1.0.0-rc.1 #117 (comment)
Sorry, something went wrong.
Viddy v1.0.0 is available now.
No branches or pull requests
I set up my
viddy.toml
as follows:However, the skip_empty_diffs option did not take. Here's the result of
viddy abracadabra
with that config:I'm using viddy 0.4.0 installed form Nix, on Mac OS Sonoma 14.5, Apple Silicon
I'm not sure what's going on, my understanding of 106e52d#diff-0e426a43248661127a0c0ee115aef7a1093b635f8993b3f7ebb1dd9f05b8f249R153 is that the option should work, which is why I filed #118.
The text was updated successfully, but these errors were encountered: