File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,8 @@ Options:
466466 [--exclude=compiler [compiler ...]] # Exclude supplied DSL compiler(s)
467467 [--verify], [--no-verify] # Verifies RBIs are up-to-date
468468 -q, [--quiet], [--no-quiet] # Suppresses file creation output
469- -w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: auto)
469+ -w, [--workers=N] # Number of parallel workers to use when generating RBIs (default: 2)
470+ # Default: 2
470471 [--rbi-max-line-length=N] # Set the max line length of generated RBIs. Signatures longer than the max line length will be wrapped
471472 # Default: 120
472473 -e, [--environment=ENVIRONMENT] # The Rack/Rails environment to use when generating RBIs
817818 exclude: []
818819 verify: false
819820 quiet: false
820- workers: 1
821+ workers: 2
821822 rbi_max_line_length: 120
822823 environment: development
823824 list_compilers: false
You can’t perform that action at this time.
0 commit comments