Skip to content

Commit

Permalink
Set default number of DSL workers to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Sep 29, 2022
1 parent 10307e3 commit 2a5db22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tapioca/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def todo
option :workers,
aliases: ["-w"],
type: :numeric,
desc: "Number of parallel workers to use when generating RBIs (default: auto)"
desc: "Number of parallel workers to use when generating RBIs (default: 2)",
default: 2
option :rbi_max_line_length,
type: :numeric,
desc: "Set the max line length of generated RBIs. Signatures longer than the max line length will be wrapped",
Expand Down

0 comments on commit 2a5db22

Please sign in to comment.