Skip to content

Multiple line argument passing #1149

@alexgorbatchev

Description

@alexgorbatchev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions