We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce8f66b + 17cb634 commit 3f5311eCopy full SHA for 3f5311e
pkg/cmd/codespace/ssh.go
@@ -59,7 +59,7 @@ func newSSHCmd(app *App) *cobra.Command {
59
$ gh codespace ssh
60
61
$ gh codespace ssh --config > ~/.ssh/codespaces
62
- $ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config
+ $ printf 'Match all\nInclude ~/.ssh/codespaces\n' >> ~/.ssh/config
63
`),
64
PreRunE: func(c *cobra.Command, args []string) error {
65
if opts.stdio {
0 commit comments