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
If shell is implemented then it is doable that way, but I believe there should be an option to set working directory anyway. It should support absolute paths, relative paths, and home expansion
runmany --dir /my/directory :: ls
runmany --dir ~/directory :: ls
runmany --dir ./directory :: ls
The text was updated successfully, but these errors were encountered:
If shell is implemented then it is doable that way, but I believe there should be an option to set working directory anyway. It should support absolute paths, relative paths, and home expansion
runmany --dir /my/directory :: ls runmany --dir ~/directory :: ls runmany --dir ./directory :: ls
The text was updated successfully, but these errors were encountered: