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

Interactive Mode #46

Open
nixpulvis opened this issue Mar 19, 2019 · 0 comments
Open

Interactive Mode #46

nixpulvis opened this issue Mar 19, 2019 · 0 comments
Labels
L1: enhancement New feature or request
Milestone

Comments

@nixpulvis
Copy link
Owner

nixpulvis commented Mar 19, 2019

We're building a nice repl module for interaction with the terminal. This is called interactive mode. From the sh man page:

If the −i option is present, or if there are no operands and the shell's standard input and standard error are attached to a terminal, the shell is considered to be interactive.

We should implement the -i and --interactive flags, and tweak the code to check the interactive mode in addition to just is_tty(&stdin).

@nixpulvis nixpulvis added the L1: enhancement New feature or request label Mar 19, 2019
@nixpulvis nixpulvis added this to the POSIX milestone Mar 19, 2019
@nixpulvis nixpulvis added L1: enhancement New feature or request and removed L1: enhancement New feature or request labels Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant