Skip to content

Commit

Permalink
Disable --proxy option, it still not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Nov 23, 2024
1 parent 8dc7053 commit 7def531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/procodile/commands/start_command.cr
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ module Procodile
cli.options.stop_when_none = true
end

opts.on("-x", "--proxy", "Enables the Procodile proxy service") do
cli.options.proxy = true
end
# opts.on("-x", "--proxy", "Enables the Procodile proxy service") do
# cli.options.proxy = true
# end

opts.on("--ports PROCESSES", "Choose ports to allocate to processes") do |processes|
cli.options.port_allocations = processes.split(",").each_with_object({} of String => Int32) do |line, hash|
Expand Down

0 comments on commit 7def531

Please sign in to comment.