mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 12:55:54 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/claude
Normal file
29
tldr/claude
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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://docs.anthropic.com/en/docs/claude-code/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`
|
||||
Reference in New Issue
Block a user