We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b59203 commit 63a9846Copy full SHA for 63a9846
README.md
@@ -16,7 +16,7 @@
16
17
## Documentation
18
19
-### `open` (not available yet)
+### `open`
20
21
Opens CodeEdit.
22
@@ -44,18 +44,12 @@ From an optional line and column
44
codeedit index.html -l 50 -c 50
45
```
46
47
-### `--version` (not available yet)
+### `version`
48
49
Outputs the version of CodeEdit and CodeEdit CLI Tools.
50
51
```sh
52
-codeedit --version
53
-```
54
-
55
-or
56
57
-```sh
58
-codeedit -v
+codeedit version
59
60
61
### `new-window` (not available yet)
0 commit comments