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
Eventually(session).Should(Say(`--hostname, -n\s+Hostname for the HTTP route \(required for shared domains\)`))
49
49
Eventually(session).Should(Say(`--path\s+Path for the HTTP route`))
50
50
Eventually(session).Should(Say(`--port\s+Port for the TCP route \(default: random port\)`))
51
-
Eventually(session).Should(Say(`--app-protocol\s+\[Beta flag, subject to change\] Protocol for the route destination \(default: http1\).Only applied to HTTP routes`))
52
-
Eventually(session).Should(Say(`--app-port\s+\[Beta flag, subject to change\] App port for the route destination \(default: 8080\).Only applied to HTTP routes`))
51
+
Eventually(session).Should(Say(`--app-protocol\s+\[Beta flag, subject to change\] Protocol for the route destination \(default: http1\).\s+Only applied to HTTP routes`))
52
+
Eventually(session).Should(Say(`--app-port\s+\[Beta flag, subject to change\] App port for the route destination \(default: 8080\).\s+Only applied to HTTP routes`))
53
53
Eventually(session).Should(Say(`--option, -o\s+Set the value of a per-route option`))
0 commit comments