diff --git a/docs/codespaces.md b/docs/codespaces.md index 26cff522..966c2a71 100644 --- a/docs/codespaces.md +++ b/docs/codespaces.md @@ -11,8 +11,8 @@ For an introduction to codespaces you can check out [example c++ codespace](http 1. List all your codespaces `gh codespace list` 2. Create a new codespace `gh codespace create -r OWNER/REPO_NAME [-b BRANCH]`. Ref [docs/github: Creating a codespace for a repository](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository) 3. View codebase details `gh codespace view` -4. Stop `gh codespace stop` -5. Delete `gh codespace delete` +4. Stop `gh codespace stop -c CODESPACE-NAME` +5. Delete `gh codespace delete -c CODESPACE-NAME` 6. Rebuild `gh codespace rebuild` 7. Rename `gh codespace edit -c CODESPACE-NAME -d DISPLAY-NAME` 8. SSH into REMOTE codespace `gh codespace ssh -c CODESPACE-NAME` @@ -82,4 +82,4 @@ Here we try out the `g3log-FATAL-contract` after cmake configure with `-DCMAKE_B ] } -``` +``` \ No newline at end of file