We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47672c2 commit b0cee95Copy full SHA for b0cee95
README.md
@@ -46,7 +46,9 @@ Using `default.gitSite=github.com` `default.username=Mmx233` as an example.
46
### Open project
47
48
```shell
49
-code # open idea for current directory
+# open idea for current directory
50
+code
51
+code .
52
53
code github.com/Mmx233/CodeCli # open the specified project
54
# commands with similar functionality
@@ -55,6 +57,15 @@ code Mmx233/CodeCli
55
57
code CodeCli
56
58
59
code CodeCli --idea webstorm # specify to open the project with WebStorm
60
+
61
+# open with relative path
62
+code ..
63
+code ./some_dir
64
+code ../some_dir
65
66
+# open sub dir as sub project
67
+code github.com/Mmx233/CodeCli/sub_dir
68
+code github.com/Mmx233/CodeCli/sub_dir/another_subdir
69
```
70
71
### Clear projects
0 commit comments