carapace-sh / carapace

command argument completion generator for spf13/cobra
https://carapace.sh
Apache License 2.0
321 stars 8 forks source link

bash: single quotes kept in completion #952

Open rsteube opened 10 months ago

rsteube commented 10 months ago

Current Behavior

bat 'with<TAB>
# bat '"with space"'

Expected Behavior

bat "with space"

Steps To Reproduce

No response

Version

No response

OS

Shell

Anything else?

related #947