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 27aad05 commit 0086933Copy full SHA for 0086933
README.md
@@ -108,6 +108,12 @@ alias: `-p`
108
109
Show git clone progress.
110
111
+#### `--depth`
112
+
113
+alias: `-d`
114
115
+Git clone depth.
116
117
## Thanks/Inspiration
118
119
- [projj](https://github.com/popomore/projj) : Manage repository easily.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tanyao",
3
- "version": "1.1.1",
+ "version": "1.2.0",
4
"description": "Git repo clone and multi-account manager",
5
"main": "dist/index.js",
6
"bin": {
0 commit comments