-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I dont believe it's possible to format arguments on multiple lines.
doesn't work
$`
fzf
--preview="cat {2}"
--with-nth="1"
`
doesn't work
$`
fzf \
--preview="cat {2}" \
--with-nth="1"
`
doesn't work
$`\
fzf \
--preview="cat {2}" \
--with-nth="1"
`
doesn't work
$`fzf \
--preview="cat {2}" \
--with-nth="1"
`
also doesn't work
$`
fzf \\
--preview="cat {2}" \\
--with-nth="1"
`
doesn't work
$`\\
fzf \\
--preview="cat {2}" \\
--with-nth="1"
`
doesn't work
$`fzf \\
--preview="cat {2}" \\
--with-nth="1"
`
Metadata
Metadata
Assignees
Labels
No labels