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
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
In GNU parallel, the token {2} means "argument from second input list", whereas here it means "argument from second job". As far as I can see, there's no way to get the first behavior with rust parallel? This makes multiple argument lists less useful.
In GNU parallel, the token
{2}
means "argument from second input list", whereas here it means "argument from second job". As far as I can see, there's no way to get the first behavior with rust parallel? This makes multiple argument lists less useful.Example from the GNU parallel man page:
GNU parallel:
Rust parallel:
The text was updated successfully, but these errors were encountered: