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 a7309e6 commit 1396782Copy full SHA for 1396782
README.md
@@ -33,10 +33,13 @@ import cloneSparse from '@ayan4m1/git-clone-sparse';
33
34
...
35
36
-// todo: handle program.opts() call
37
await cloneSparse(
38
'./new-repo-dir', // working copy directory
39
'https://github.com/ayan4m1/git-clone-sparse' // repo URL
40
- ['./README.md'] // paths to include
+ ['./README.md'] // paths to include,
+ {
41
+ globs: false,
42
+ force: false
43
+ } // optional options object
44
);
45
```
0 commit comments