Wrap path to file in backticks

This commit is contained in:
Yukai Chou 2023-11-16 23:08:02 +08:00
parent b70c28ba20
commit 8eec3e8040

View file

@ -712,7 +712,7 @@ func newCpCmd(app *App) *cobra.Command {
provided by untrusted users; see <https://lwn.net/Articles/835962/> for discussion.
By default, the 'cp' command will create a public/private ssh key pair to authenticate with
the codespace inside the ~/.ssh directory.
the codespace inside the %[1]s~/.ssh directory%[1]s.
`, "`"),
Example: heredoc.Doc(`
$ gh codespace cp -e README.md 'remote:/workspaces/$RepositoryName/'