Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Multiline commands are not supported #67

Closed
NightMachinery opened this issue Mar 28, 2018 · 1 comment
Closed

[BUG] Multiline commands are not supported #67

NightMachinery opened this issue Mar 28, 2018 · 1 comment

Comments

@NightMachinery
Copy link

Just paste this snippet and you'll see:

(require-macros '[closh.core :refer [sh-str]])

(defn closh-prompt []
  (sh-str fish -c fish_prompt))

When I make it into one-line commands, the error is gone:

(require-macros '[closh.core :refer [sh-str]])

(defn closh-prompt []  (sh-str fish -c fish_prompt))
@dundalek
Copy link
Owner

Yeah, multiline input is not yet supported. See more in #17. I am closing this issue as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants