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: command/v7/map_route_command.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ type MapRouteCommand struct {
16
16
Path flag.V7RoutePath`long:"path" description:"Path for the HTTP route"`
17
17
Portint`long:"port" description:"Port for the TCP route (default: random port)"`
18
18
AppProtocolstring`long:"app-protocol" description:"[Beta flag, subject to change] Protocol for the route destination (default: http1). Only applied to HTTP routes"`
19
-
AppPortint`long:"app-port" description:"[Beta flag, subject to change] Port for the route destination (default: 8080)."`
19
+
AppPortint`long:"app-port" description:"[Beta flag, subject to change] App port for the route destination (default: 8080). Only applied to HTTP routes"`
20
20
Options []string`long:"option" short:"o" description:"Set the value of a per-route option"`
Eventually(session).Should(Say(`--path\s+Path for the HTTP route`))
49
50
Eventually(session).Should(Say(`--port\s+Port for the TCP route \(default: random port\)`))
50
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
53
Eventually(session).Should(Say(`--option, -o\s+Set the value of a per-route option`))
0 commit comments