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
It would be nice if we could leverage the Python runtime, including it's native interactive shell, to expose even more powerful options to users of the Friendly Shell. For example, suppose someone wanted to construct some complex logic using Python native scripts, and then use the result from that as a parameter to another Friendly Shell command, something like this:
> py {
... python code here to query and remote server and return it's dynamic IP address
}
> connect_server($LAST_OUTPUT)
Where LAST_OUTPUT refers to the results produced by the py task.
The text was updated successfully, but these errors were encountered:
It would be nice if we could leverage the Python runtime, including it's native interactive shell, to expose even more powerful options to users of the Friendly Shell. For example, suppose someone wanted to construct some complex logic using Python native scripts, and then use the result from that as a parameter to another Friendly Shell command, something like this:
Where
LAST_OUTPUT
refers to the results produced by thepy
task.The text was updated successfully, but these errors were encountered: