Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb94a30

Browse files
committed
add CLI help for port-forward command (#2802)
1 parent b4120bb commit eb94a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/portforward.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func portForward() *cobra.Command {
2929
)
3030
cmd := &cobra.Command{
3131
Use: "port-forward <workspace>",
32+
Short: "Forward one or more ports from the local machine to the remote workspace",
3233
Aliases: []string{"tunnel"},
3334
Args: cobra.ExactArgs(1),
3435
Example: `

0 commit comments

Comments
 (0)