Skip to content

Commit

Permalink
Add wildcard reminder to common problems list (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh authored Feb 6, 2024
1 parent 5354fc0 commit e4c9d54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,13 @@ Users [have reported](https://github.com/realm/jazzy/issues/1012) that error
messages about symbols lacking USRs can be fixed by unsetting
`LLVM_TARGET_TRIPLE_SUFFIX` as part of the run script.
**Warnings about matches and leftovers when using globs and wildcards**
Some flags such as `--include` and `--documentation` support '*' characters as
wildcards. If you are using the CLI then you must make sure that your shell
does not itself try to interpret them, for example by quoting the token: use
`jazzy --documentation '*.md'` instead of `jazzy --documentation *.md`.
### Installation Problems
**Can't find header files / clang**
Expand Down

0 comments on commit e4c9d54

Please sign in to comment.