Skip to content

Commit

Permalink
Add note in docs about placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Nov 14, 2021
1 parent c824ed9 commit c3e38ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/options.md
Expand Up @@ -1259,6 +1259,10 @@ Platform-specific environment variables are also available:<br/>
芦 subprocess_run("cibuildwheel", "--help") 禄
```

## Placeholders

Some options support placeholders, like `{project}`, `{package}` or `{wheel}`, that are substituted by cibuildwheel before they are used. If, for some reason, you need to write the literal name of a placeholder, e.g. literally `{project}` in a command that would ordinarily substitute `{project}`, prefix it with a hash character - `#{project}`. This is only necessary in commands where the specific string between the curly brackets would be substituted - otherwise, strings not modified.

<style>
.options-toc {
display: grid;
Expand Down

0 comments on commit c3e38ca

Please sign in to comment.