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
shell (etc.) from babashka.process can accept a :dir argument, but it seems that this value cannot accept a path found via fs/list-dir.
This would be useful in the case where you want to programmatically call shell in some directory, but you don't know ahead of time which one it is. For now, calling str on a path given from fs/list-dir gets around the issue, but it would be convenient if the original type could be passed directly.
Thank you!
The text was updated successfully, but these errors were encountered:
shell
(etc.) frombabashka.process
can accept a:dir
argument, but it seems that this value cannot accept a path found viafs/list-dir
.This would be useful in the case where you want to programmatically call
shell
in some directory, but you don't know ahead of time which one it is. For now, callingstr
on a path given fromfs/list-dir
gets around the issue, but it would be convenient if the original type could be passed directly.Thank you!
The text was updated successfully, but these errors were encountered: