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
Command-line option parsing has been reworked, search-related options can still come
before and after a sub-command, but global options can only come before a sub-command.
Tim Heaney (@oylenshpeegul) ported TVrank from structopt to clap. structopt is
in maintenance mode and almost all of its features were moved to clap version 3.
@caglarkaya added some tests to the internal TVrank library.
The NO_COLOR environment variable can now be set to 0 for disabling
it, or any other value for enabling it.
@fredmorcos fixed the buggy display of the total number of results vs. the number of
displayed results when the --top command-line argument was being used.
The TVrank library is now slightly easier to use when querying using keywords: the
lifetime of the keywords slice is no longer attached to the lifetime of the returned
iterator over the results.