-
Notifications
You must be signed in to change notification settings - Fork 54
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
better behaviour of interactive commands like mkfs and terminal in non tty mode #32
Comments
Dear Ognian, did you tried the the terminal mode is interactive by design...to execute a remote lua file and view the output there is the run command available |
Hi Andi
First I would suggest to add this as an usage example to the readme, maybe this helps others to start quicker using this wonderful tool. Second my workflow actually is:
So I see here room for improvement:
What do you think? Ognian |
Dear Ognian, thanks for your feedback! if you like you can create a pull request with a new doc file like your questions
To change this i have to refactor the whole codebase... this take some time and i'm not sure if NodeMCU LUA is so popular anymore that it pays of...most of the users i know switched to the ardu*no IDE integration.. best regards, Andi |
Hello again,
|
Hello,
when using interactive commands like 'mkfs' or 'terminal' in non tty mode (i.e. web storm run mode, which is very convenient since you have only to double click on the defined scripts in package.json)
I noticed some issues:
Looks like this is actually a commander issue, maybe this one: Support piping tj/commander.js#137
Thanks
Ognian
The text was updated successfully, but these errors were encountered: