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
redir = sh.bake(_out=something)
redir.cat('file') # output goes to 'something'
Currently bake seems to require a subcommand, which is undesirable for general overriding. Also, the args contextmanager is very similar to what I want -- but it overrides globally, which is not what I want.
The text was updated successfully, but these errors were encountered:
Here's what I would like to be able to do:
Currently bake seems to require a subcommand, which is undesirable for general overriding. Also, the
args
contextmanager is very similar to what I want -- but it overrides globally, which is not what I want.The text was updated successfully, but these errors were encountered: