Resolve spaces in README
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0976248fa0
commit
e2e47f72e1
1 changed files with 15 additions and 15 deletions
30
README.md
30
README.md
|
|
@ -1104,20 +1104,20 @@ picoclaw agent -m "Hello"
|
||||||
|
|
||||||
## CLI Reference
|
## CLI Reference
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ------------------------------ | ----------------------------------- |
|
| -------------------------------------------------- | ----------------------------------- |
|
||||||
| `picoclaw onboard` | Initialize config & workspace |
|
| `picoclaw onboard` | Initialize config & workspace |
|
||||||
| `picoclaw agent -m "..."` | Chat with the agent |
|
| `picoclaw agent -m "..."` | Chat with the agent |
|
||||||
| `picoclaw agent` | Interactive chat mode |
|
| `picoclaw agent` | Interactive chat mode |
|
||||||
| `picoclaw gateway` | Start the gateway |
|
| `picoclaw gateway` | Start the gateway |
|
||||||
| `picoclaw status` | Show status |
|
| `picoclaw status` | Show status |
|
||||||
| `picoclaw skills list` | List installed skills |
|
| `picoclaw skills list` | List installed skills |
|
||||||
| `picoclaw skills install <repo>` | Install skill from GitHub |
|
| `picoclaw skills install <repo>` | Install skill from GitHub |
|
||||||
| `picoclaw skills install --registry <name> <slug>` | Install from registry |
|
| `picoclaw skills install --registry <name> <slug>` | Install from registry |
|
||||||
| `picoclaw skills remove <name>` | Remove installed skill |
|
| `picoclaw skills remove <name>` | Remove installed skill |
|
||||||
| `picoclaw skills search` | Search available skills |
|
| `picoclaw skills search` | Search available skills |
|
||||||
| `picoclaw cron list` | List all scheduled jobs |
|
| `picoclaw cron list` | List all scheduled jobs |
|
||||||
| `picoclaw cron add ...` | Add a scheduled job |
|
| `picoclaw cron add ...` | Add a scheduled job |
|
||||||
|
|
||||||
### Scheduled Tasks / Reminders
|
### Scheduled Tasks / Reminders
|
||||||
|
|
||||||
|
|
@ -1156,7 +1156,7 @@ picoclaw skills install --registry clawhub opencode-controller
|
||||||
|
|
||||||
| Registry | Description |
|
| Registry | Description |
|
||||||
| ---------- | ------------------------------------ |
|
| ---------- | ------------------------------------ |
|
||||||
| `clawhub` | ClawHub skill registry (default) |
|
| `clawhub` | ClawHub skill registry (default) |
|
||||||
|
|
||||||
**Configuration:**
|
**Configuration:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue