Description
I can open a file in the CodeEdit from the command line:
$ open -a CodeEdit file.txt
But I would like a way to open it to a file number, some editors do things like (e.g., to open to line 10):
$ open -a CodeEdit file.txt:10
Alternatives Considered
No response
Additional Context
No response
Screenshots
No response