33 lines
582 B
Markdown
Raw Normal View History

# 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]}}`