I installed the new git-fi. git fi -h works but git fi --help gives me this :
fatal: 'C:/Program Files/Git/mingw64/share/doc/git-doc/git-fi.html': documentation file not found
git-fi --help works
@chris-peterson
-h is handled by our app, while --help is handled by git (i.e. “man page” style help). both work on macOS, but I don’t (currently) have a windows machine to test on
@chris-peterson