ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.61k stars 58 forks source link

Fix #59, recognizing queries without quotes #60

Closed code-inflation closed 7 years ago

code-inflation commented 7 years ago

breaks commands like "borg login asdf"

crufter commented 7 years ago

@code-inflation yes, the PR is almost correct, but the searchArgs := strings.Join(flag.Args(), " ") should be inside the Query branch

code-inflation commented 7 years ago

Thank you, I will try that

crufter commented 7 years ago

Looks good to me