Skip to content

Commit 0788b01

Browse files
authored
Update README.md
1 parent a90b095 commit 0788b01

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Documentation
1818

19-
### `open`
19+
### `open` (not available yet)
2020

2121
Opens CodeEdit.
2222

@@ -35,16 +35,16 @@ codeedit index.html
3535
From an optional line
3636

3737
```sh
38-
codeedit index.html:50
38+
codeedit index.html -l 50
3939
```
4040

4141
From 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

4949
Outputs the version of CodeEdit and CodeEdit CLI Tools.
5050

@@ -58,43 +58,43 @@ or
5858
codeedit -v
5959
```
6060

61-
### `new-window`
61+
### `new-window` (not available yet)
6262

6363
Opens a new window.
6464

6565
```sh
6666
codeedit new-window
6767
```
6868

69-
### `--goto`
69+
### `--goto` (not available yet)
7070

7171
Opens a file at a line and optional position.
7272

7373
Documentation coming soon.
7474

75-
### `list-extensions`
75+
### `list-extensions` (not available yet)
7676

7777
Documentation coming soon.
7878

79-
### `install`
79+
### `install` (not available yet)
8080

8181
Install an extension.
8282

8383
Documentation coming soon.
8484

85-
### `uninstall`
85+
### `uninstall` (not available yet)
8686

8787
Uninstall an extension.
8888

8989
Documentation coming soon.
9090

91-
### `activate`
91+
### `activate` (not available yet)
9292

9393
Activate an extension.
9494

9595
Documentation coming soon.
9696

97-
### `deactivate`
97+
### `deactivate` (not available yet)
9898

9999
Deactivate an extension.
100100

0 commit comments

Comments
 (0)