-
Notifications
You must be signed in to change notification settings - Fork 21
Added support for header
keyword argument
#42
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you write docs for this new option in README.rst? Thanks!
@dahlia Do you mind if I clean up the readme a bit? I was thinking of turning the options into a sorted table to make finding entries more straight forward. |
Sure! That sounds a good idea. |
- | ||
- The iterable of extra raw options/arguments to pass to ``fzf``. | ||
|
||
This is how you pass extra options that are not already defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this sentence.
@dahlia Good to go. I added a note about #40 and added docs for the One thing of note that I didn't find a quick fix for. The "API reference" link in the readme doesn't work in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reformatting docs!
Just converted another CLI param to a keyword argument.