[Rpm-maint] [rpm-software-management/rpm] rpm --eval "%{lua:rpm.interactive()}" does not immediately print the output (#1215)
Miro Hrončok
notifications at github.com
Tue May 12 20:43:29 UTC 2020
I'd liek to use the interactive Lua console, however, it doesn't seem to be very... interactive.
```
$ rpm --eval "%{lua:rpm.interactive()}"
RPM Interactive Lua 5.3 Interpreter
>
```
So far so good...
```
> print"a"
>
```
Nothing...
```
> print"a"
> print"a"
> print"a"
> print"a"
>
```
Nothing...
```
> ^D
aaaaa
```
Is there a way to receive the output as I put the input?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1215
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200512/ca12a341/attachment.html>
More information about the Rpm-maint
mailing list