You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your response. Is there a way we could enhance this library to expose that version from the underlying library. I tried TidyFFI::LibTidy.tidyLibraryVersion but it gave me an error:
TidyFFI::LibTidy.tidyLibraryVersion
NoMethodError: undefined method `tidyLibraryVersion' for TidyFFI::LibTidy:Class
Hi, first of all, thanks for maintaining this project
I am looking for a very simple command to verify a system where I want to ensure html tidy is installed before I start doing fancy stuff and cleaning.
For other libraries, usually I would run
lib --version
.But the only thing I could find here was this:
This works... but I would rather prefer a version call or something. From https://github.com/libc/tidy_ffi/blob/master/lib/tidy_ffi/lib_tidy.rb#L18 I see that there is a tidyRelease as well, but it takes a parameter.
In your opinion, what would be the best
ping
ortroubleshooting
command I could use?The text was updated successfully, but these errors were encountered: