Commit f479142
committed
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.1 parent 6514427 commit f479142
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 173 | + | |
179 | 174 | | |
180 | 175 | | |
181 | 176 | | |
| |||
0 commit comments