You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/ibproxy
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,23 +23,30 @@ command :server do |c|
23
23
c.option'--ib-port PORT',Integer,"Port for interactive brokers client. #{IbRubyProxy::Server::IbProxyService::DEFAULT_IB_GATEWAY_PORT} by default (Gateway). Default for TWS is whatever"
24
24
c.option'--drb-host HOST',String,"Host for the server drb endpoint. #{IbRubyProxy::Server::IbProxyService::DEFAULT_DRB_HOST} by default"
25
25
c.option'--drb-port PORT',Integer,"Port for the served drb endpoint. #{IbRubyProxy::Server::IbProxyService::DEFAULT_DRB_PORT} by default"
26
+
c.option'--verbose-server BOOL',String,"Bool for server verbosity. #{IbRubyProxy::Server::IbProxyService::DEFAULT_SERVER_VERBOSITY} by default"
0 commit comments