Skip to content

Commit ca98aec

Browse files
authored
Merge pull request cli#5297 from cmbrose/cmbrose/cs-cp-profile
Add `--profile` option to `gh cs cp`
2 parents bb9bf29 + 21a1059 commit ca98aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/codespace/ssh.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ func newCpCmd(app *App) *cobra.Command {
379379
cpCmd.Flags().BoolVarP(&opts.recursive, "recursive", "r", false, "Recursively copy directories")
380380
cpCmd.Flags().BoolVarP(&opts.expand, "expand", "e", false, "Expand remote file names on remote shell")
381381
cpCmd.Flags().StringVarP(&opts.codespace, "codespace", "c", "", "Name of the codespace")
382+
cpCmd.Flags().StringVarP(&opts.profile, "profile", "p", "", "Name of the SSH profile to use")
382383
return cpCmd
383384
}
384385

0 commit comments

Comments
 (0)