2025-07-24 22:27:13 -06:00
|
|
|
# claude
|
|
|
|
|
|
|
|
|
|
> An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://code.claude.com/docs/en/overview>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- 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`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Continue the most recent session:
|
|
|
|
|
|
|
|
|
|
`claude {{[-c|--continue]}}`
|
|
|
|
|
|
|
|
|
|
- Interactively select a session to continue:
|
|
|
|
|
|
|
|
|
|
`claude {{[-r|--resume]}}`
|