Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 0560d3c

Browse files
committed
fixed README for glob
1 parent 35b8cba commit 0560d3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ If you want to specify multiple schema, you can use `--schema` flag repeatedly.
3434
$ gqldoc -s a.graphql -s b.graphql -o ./doc_dir
3535
```
3636

37+
You can also use glob.
38+
39+
```sh
40+
$ gqldoc -s "schema/**/*.graphql" -o ./doc_dir
41+
```
42+
3743
## Installation
3844

3945
### Mac and Linux users via Homebrew

0 commit comments

Comments
 (0)