Skip to content

Commit

Permalink
remove unused node option
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Aug 27, 2024
1 parent 7db7cda commit 46c97bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lavinmqctl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ class LavinMQCtl
@parser.on("-H host", "--host=host", "Specify host") do |v|
@options["host"] = v
end
@parser.on("-n node", "--node=node", "Specify node") do |v|
@options["node"] = v
end
@parser.on("-q", "--quiet", "suppress informational messages") do
@options["quiet"] = "yes"
end
Expand Down

0 comments on commit 46c97bb

Please sign in to comment.