Skip to content

Commit

Permalink
Update workers entry in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Sep 29, 2022
1 parent ebcacfc commit b0b8b17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ Options:
[--exclude=compiler [compiler ...]] # Exclude supplied DSL compiler(s)
[--verify], [--no-verify] # Verifies RBIs are up-to-date
-q, [--quiet], [--no-quiet] # Suppresses file creation output
-w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: auto)
-w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: 2)
# Default: 2
[--rbi-max-line-length=N] # Set the max line length of generated RBIs. Signatures longer than the max line length will be wrapped
# Default: 120
-e, [--environment=ENVIRONMENT] # The Rack/Rails environment to use when generating RBIs
Expand Down Expand Up @@ -817,7 +818,7 @@ dsl:
exclude: []
verify: false
quiet: false
workers: 1
workers: 2
rbi_max_line_length: 120
environment: development
list_compilers: false
Expand Down

0 comments on commit b0b8b17

Please sign in to comment.