Loading
code-cursor: fix passing arg to cli on darwin
Currently if you try to pass arguments to cursor on the cli on Darwin, it just opens the app instead of respecting arguments like -h. This takes cues from how vscode is packaged and symlinks to the app's bin rather than creating an app wrapper.