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

Multiline input doesn't work for /run | /r #32

Open
Akianonymus opened this issue Jun 26, 2020 · 4 comments
Open

Multiline input doesn't work for /run | /r #32

Akianonymus opened this issue Jun 26, 2020 · 4 comments

Comments

@Akianonymus
Copy link

Akianonymus commented Jun 26, 2020

For example:

/run echo 1
echo 2

Outputs nothing

Expected output:

1
2
@hrvstr
Copy link

hrvstr commented Jun 26, 2020

/r echo 1 && echo 2?

@Akianonymus
Copy link
Author

@hrvstr Well, obviously that will work, and use semi colons will also work, but the issue title says 'multiline'

@hrvstr
Copy link

hrvstr commented Jun 26, 2020

Okay, I just wanted to point out options to get the desired results.

@xinxin8816
Copy link

/r echo 1 $'\n' 2 $'\n' 3 $'\n' 4 ...

That's my solution.

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

3 participants