Skip to content

Commit fdc47dd

Browse files
authored
Update README.md
1 parent 0dc670f commit fdc47dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,20 @@ vector<filesystem::path> rglob(vector<string> pathnames);
103103

104104
## Examples
105105

106+
The following examples use the [standalone](standalone/source/main.cpp) sample that is part of this repository to illustrate the library functionality.
107+
108+
```console
109+
foo@bar:~$ ./build/standalone/glob -h
110+
Run glob to find all the pathnames matching a specified pattern
111+
Usage:
112+
./build/standalone/glob [OPTION...]
113+
114+
-h, --help Show help
115+
-v, --version Print the current version number
116+
-r, --recursive Run glob recursively
117+
-i, --input arg Patterns to match
118+
```
119+
106120
### Match file extensions
107121

108122
```console

0 commit comments

Comments
 (0)