mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
675 B
Plaintext
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]}}`
|