8000 Multiple line argument passing · Issue #1149 · google/zx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Multiple line argument passing #1149
Open
@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

      0