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
I have implemented the "read -p" flag, as requested in issue #551.
Included are new test cases to cover the added feature,
as well as the integration of -p with the existing code that handles read.
All test cases old and new are passing.
Originally asked on go-task/task#314.
There are some missing options on the
read
builtin. The-p
one seems particularly useful on scripts.sh/interp/builtin.go
Lines 473 to 479 in b7aede0
The text was updated successfully, but these errors were encountered: