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 16
16
17
17
## Documentation
18
18
19
- ### ` open `
19
+ ### ` open ` (not available yet)
20
20
21
21
Opens CodeEdit.
22
22
@@ -35,16 +35,16 @@ codeedit index.html
35
35
From an optional line
36
36
37
37
``` sh
38
- codeedit index.html: 50
38
+ codeedit index.html -l 50
39
39
```
40
40
41
41
From an optional line and column
42
42
43
43
``` sh
44
- codeedit index.html:50:15
44
+ codeedit index.html -l 50 -c 50
45
45
```
46
46
47
- ### ` --version `
47
+ ### ` --version ` (not available yet)
48
48
49
49
Outputs the version of CodeEdit and CodeEdit CLI Tools.
50
50
58
58
codeedit -v
59
59
```
60
60
61
- ### ` new-window `
61
+ ### ` new-window ` (not available yet)
62
62
63
63
Opens a new window.
64
64
65
65
``` sh
66
66
codeedit new-window
67
67
```
68
68
69
- ### ` --goto `
69
+ ### ` --goto ` (not available yet)
70
70
71
71
Opens a file at a line and optional position.
72
72
73
73
Documentation coming soon.
74
74
75
- ### ` list-extensions `
75
+ ### ` list-extensions ` (not available yet)
76
76
77
77
Documentation coming soon.
78
78
79
- ### ` install `
79
+ ### ` install ` (not available yet)
80
80
81
81
Install an extension.
82
82
83
83
Documentation coming soon.
84
84
85
- ### ` uninstall `
85
+ ### ` uninstall ` (not available yet)
86
86
87
87
Uninstall an extension.
88
88
89
89
Documentation coming soon.
90
90
91
- ### ` activate `
91
+ ### ` activate ` (not available yet)
92
92
93
93
Activate an extension.
94
94
95
95
Documentation coming soon.
96
96
97
- ### ` deactivate `
97
+ ### ` deactivate ` (not available yet)
98
98
99
99
Deactivate an extension.
100
100
You can’t perform that action at this time.
0 commit comments