Files
cheatsheet-tldr/tldr/claude
2025-11-14 00:20:50 +00:00

38 lines
675 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
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://code.claude.com/docs/en/overview>.
- Execute with prompt:
`claude prompt`
- Update `claude`:
`claude update`
- Get the list of specified MCP servers:
`claude mcp list`
- Create commit with command:
`claude commit`
- 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]}}`