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
The rust external command system passes the name of the command which was invoked to the executable as the first argument.
This is worthwhile because then you can implement multiple external commands using the same executable but provide different symlinks to provide different commands to cabal.
I don't see why we shouldn't implement this same interface.