Skip to content

Commit

Permalink
Reference openapi CLI tools as ./vendor/bin/openapi (zircote#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann authored Sep 26, 2024
1 parent 68a19b8 commit e10883c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The `-c` option allows to specify a name/value pair with the name consisting
of the processor name (starting lowercase) and option name separated by a dot (`.`).

```shell
> ./bin/openapi -c operatinId.hash=true // ...
> ./bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ...
> ./vendor/bin/openapi -c operatinId.hash=true // ...
> ./vendor/bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ...
```

### Programmatically with PHP
Expand Down
4 changes: 2 additions & 2 deletions tools/procgen.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
of the processor name (starting lowercase) and option name separated by a dot (`.`).
```shell
> ./bin/openapi -c operatinId.hash=true // ...
> ./bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ...
> ./vendor/bin/openapi -c operatinId.hash=true // ...
> ./vendor/bin/openapi -c pathFilter.tags[]=/pets/ -c pathFilter.tags[]=/store/ // ...
```
Expand Down

0 comments on commit e10883c

Please sign in to comment.