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
rlwrap -z listing
The listing filter is special in that it rlwrap -z listing should not give the help text for listing, but a listing of filters in $RLWRAP_FILTERDIR
listing
$RLWRAP_FILTERDIR
This has stopped working somewhere between releases 0.37 and 0.41
The text was updated successfully, but these errors were encountered:
The problem was caused by an incorrectly set $RLWRAP_COMMAND_LINE (e.g. rlwrap cat instead of cat). Solved by this commit
$RLWRAP_COMMAND_LINE
rlwrap cat
cat
Sorry, something went wrong.
No branches or pull requests
The
listing
filter is special in that itrlwrap -z listing
should not give the help text forlisting
, but a listing of filters in$RLWRAP_FILTERDIR
This has stopped working somewhere between releases 0.37 and 0.41
The text was updated successfully, but these errors were encountered: