mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-08-30 17:34:27 +08:00
docs: add /cli-anything:list to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -115,6 +115,28 @@ Validate a CLI harness against HARNESS.md standards and best practices.
|
||||
/cli-anything:validate https://github.com/blender/blender
|
||||
```
|
||||
|
||||
### `/cli-anything:list [--path <directory>] [--json]`
|
||||
|
||||
List all available CLI-Anything tools, including both installed packages and generated directories.
|
||||
|
||||
**Examples:**
|
||||
```bash
|
||||
# List all tools in current directory
|
||||
/cli-anything:list
|
||||
|
||||
# List tools with JSON output
|
||||
/cli-anything:list --json
|
||||
|
||||
# Search a specific directory
|
||||
/cli-anything:list --path /projects/my-tools
|
||||
```
|
||||
|
||||
**Output includes:**
|
||||
- Tool name
|
||||
- Status (installed/generated)
|
||||
- Version (for installed)
|
||||
- Source path
|
||||
|
||||
## The cli-anything Methodology
|
||||
|
||||
### Phase 1: Codebase Analysis
|
||||
|
||||
Reference in New Issue
Block a user