mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-24 08:53:50 -07:00
Embed man page in the binary and show it on 'fzf --man'
This commit is contained in:
@@ -2840,7 +2840,7 @@ func replacePlaceholder(params replacePlaceholderParams) (string, []string) {
|
||||
}
|
||||
|
||||
if flags.file {
|
||||
file := writeTemporaryFile(replacements, params.printsep)
|
||||
file := WriteTemporaryFile(replacements, params.printsep)
|
||||
tempFiles = append(tempFiles, file)
|
||||
return file
|
||||
}
|
||||
|
Reference in New Issue
Block a user