Open
Description
tamird@Mac socket_vmnet % $(brew --prefix socket_vmnet)/bin/socket_vmnet_client $(brew --prefix)/var/run/socket_vmnet --
zsh: segmentation fault $(brew --prefix socket_vmnet)/bin/socket_vmnet_client --
this is caused by the special handling of --
:
Line 36 in f486d47
I think the cleanest thing is to remove this. Typically --
is used to separate positional arguments from flags e.g. <cmd> --foo --bar -- pos1 pos2
but that is not how it works for the client.