You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to need some support for accepting input from a user via stdin, for example a commit to a branch needs a commit message and if that is not specified by the user we cannot just open an editor for them so should instead prompt for a commit message from stdin. Needs to be simple initially, we don't want complete screen-filling termios support.
The text was updated successfully, but these errors were encountered:
We are going to need some support for accepting input from a user via
stdin
, for example acommit
to a branch needs a commit message and if that is not specified by the user we cannot just open an editor for them so should instead prompt for a commit message fromstdin
. Needs to be simple initially, we don't want complete screen-fillingtermios
support.The text was updated successfully, but these errors were encountered: