-
Notifications
You must be signed in to change notification settings - Fork 502
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
Support shell() #2047
Support shell() #2047
Conversation
This seems really nice! What do you think about getting rid of the |
Also, this should be documented in the readme. |
Alright. I clean stuff up, I think I have a solution to remove that inconvenience. Thanks |
c077e73
to
064f7c1
Compare
I think this should be refactored to use the same code as To make this easier, I just landed #2048, which gets rid of The signature of
Which produces an |
Nice, LGTM! |
Thank you! |
Thank you! |
This PR add support for the
shell()
, which expands to the output of running its given command.Example:
output: