Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-14 00:20:50 +00:00
parent 366b13ffac
commit 2f0bb2e110
24 changed files with 260 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# claude
> An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
> More information: <https://docs.anthropic.com/en/docs/claude-code/overview>.
> More information: <https://code.claude.com/docs/en/overview>.
- Execute with prompt:
@@ -27,3 +27,11 @@ source: https://github.com/tldr-pages/tldr.git
- Get the list of configurations:
`claude config list`
- Continue the most recent session:
`claude {{[-c|--continue]}}`
- Interactively select a session to continue:
`claude {{[-r|--resume]}}`