kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
787 stars 34 forks source link

The documentation for Invoke-Fzf is not up-to-date #77

Open pluma9 opened 3 years ago

pluma9 commented 3 years ago

The Invoke-Fzf.md file is not up-to-date. For example, it claims that there's a parameter called InlineInfo, but when I run Invoke-Fzf -InlineInfo, I got this error:

Invoke-Fzf: A parameter cannot be found that matches parameter name 'InlineInfo'.

kelleyma49 commented 3 years ago

Good catch. fzf is constantly changing, which means I tend to fall before when it comes to options and documentation. I'll try to fix this when I have a period of uninterrupted time. :)

harriott commented 1 year ago

Also, under DESCRIPTION, it seems to have a line taken from the fasdr repository...