File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616
1717## Documentation
1818
19- ### ` open `
19+ ### ` open ` (not available yet)
2020
2121Opens CodeEdit.
2222
@@ -35,16 +35,16 @@ codeedit index.html
3535From an optional line
3636
3737``` sh
38- codeedit index.html: 50
38+ codeedit index.html -l 50
3939```
4040
4141From an optional line and column
4242
4343``` sh
44- codeedit index.html:50:15
44+ codeedit index.html -l 50 -c 50
4545```
4646
47- ### ` --version `
47+ ### ` --version ` (not available yet)
4848
4949Outputs the version of CodeEdit and CodeEdit CLI Tools.
5050
5858codeedit -v
5959```
6060
61- ### ` new-window `
61+ ### ` new-window ` (not available yet)
6262
6363Opens a new window.
6464
6565``` sh
6666codeedit new-window
6767```
6868
69- ### ` --goto `
69+ ### ` --goto ` (not available yet)
7070
7171Opens a file at a line and optional position.
7272
7373Documentation coming soon.
7474
75- ### ` list-extensions `
75+ ### ` list-extensions ` (not available yet)
7676
7777Documentation coming soon.
7878
79- ### ` install `
79+ ### ` install ` (not available yet)
8080
8181Install an extension.
8282
8383Documentation coming soon.
8484
85- ### ` uninstall `
85+ ### ` uninstall ` (not available yet)
8686
8787Uninstall an extension.
8888
8989Documentation coming soon.
9090
91- ### ` activate `
91+ ### ` activate ` (not available yet)
9292
9393Activate an extension.
9494
9595Documentation coming soon.
9696
97- ### ` deactivate `
97+ ### ` deactivate ` (not available yet)
9898
9999Deactivate an extension.
100100
You can’t perform that action at this time.
0 commit comments