-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
[feat] remove -t parameter and replace it with a check of whether it's tty #265
Conversation
Looks good otherwise. |
Yeah I’ll probably get the chance to try it out soon, I’ll report back then. :) |
it works... |
src/nixos-anywhere.sh
Outdated
-t | --tty) | ||
ssh_tty_param="-t" | ||
;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is useful for tools that might want to wrap up this program and interact with it as if they had a TTY.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would leave it in if @Mic92 and @RaitoBezarius don't have anything against it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I defer back to Lassulus
ce88f49
to
1fec12a
Compare
1fec12a
to
4fb809d
Compare
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 4c94cec |
I haven't tested the manual version yet...