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
@
# <xonsh.built_ins.XonshSession at 0x1064fd9a0>
@?
# XonshSession doc string with description @.env, @.imp, @.last, @.history, etc.@.env# instead of `__xonsh__.env` and forget about `${...}`@.history# instead of `__xonsh__.history`@.imp.json.loads('{}') # https://github.com/xonsh/xonsh/pull/5595with@.env.swap(SOMEVAR='foo'):echo $SOMEVAR
The text was updated successfully, but these errors were encountered:
@jnoortheen is it possible to implement this in the current version of parser as well with minimal changes?
It will be super awesome and support xonsh/xonsh#5595
It will be cool to have this:
The text was updated successfully, but these errors were encountered: