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
Phrase: Result of initial-expanding something. An array of any number of fields.
Error: Failed expansion. The same as the existing implementation.
Result: Result of initial expansion. Either a phrase or an error.
Env: Adapter for performing initial-expansion. Extends the normal yash_env::Env with the is_quoted flag and the exit status of the last command substitution.
Reimplement expansion
Update callers to use new implementation
Remove old implementation
Update documentation
The text was updated successfully, but these errors were encountered:
Phrase
: Result of initial-expanding something. An array of any number of fields.Error
: Failed expansion. The same as the existing implementation.Result
: Result of initial expansion. Either a phrase or an error.Env
: Adapter for performing initial-expansion. Extends the normalyash_env::Env
with theis_quoted
flag and the exit status of the last command substitution.The text was updated successfully, but these errors were encountered: