We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3a1b1 commit c6d83fbCopy full SHA for c6d83fb
lib/functions_framework/cli.rb
@@ -98,10 +98,10 @@ def parse_args argv # rubocop:disable Metrics/MethodLength,Metrics/AbcSize
98
op.on "-e", "--environment ENV", "Set the Rack environment" do |val|
99
@env = val
100
end
101
- op.on "--min-threads NUM", "Set the minimum threead pool size" do |val|
+ op.on "--min-threads NUM", "Set the minimum thread pool size" do |val|
102
@min_threads = val
103
104
- op.on "--max-threads NUM", "Set the maximum threead pool size" do |val|
+ op.on "--max-threads NUM", "Set the maximum thread pool size" do |val|
105
@max_threads = val
106
107
op.on "--[no-]detailed-errors", "Set whether to show error details" do |val|
0 commit comments