`DlvExec ~/go/bin/acommand anargument` results in: `zsh:cd:1: no such file or directory: anargument` But any quoting of the command causes DlvExec to just split the buffer window.
DlvExec ~/go/bin/acommand anargumentresults in:
zsh:cd:1: no such file or directory: anargumentBut any quoting of the command causes DlvExec to just split the buffer window.