Skip to content

Ketan/cli help tweak #2803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add CLI help for port-forward command (#2802)
  • Loading branch information
ketang committed Jul 3, 2022
commit eb94a30cecd0a233a307ed6a7b3a43740967c0a8
1 change: 1 addition & 0 deletions cli/portforward.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func portForward() *cobra.Command {
)
cmd := &cobra.Command{
Use: "port-forward <workspace>",
Short: "Forward one or more ports from the local machine to the remote workspace",
Aliases: []string{"tunnel"},
Args: cobra.ExactArgs(1),
Example: `
Expand Down