mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
* feat: Import OpenClaw memory, history and settings * review fixes * fix: address remaining code quality issues 1. Remove dead import_conversation() function - replaced by import_conversation_atomic() 2. Improve non-UTF-8 filename handling in list_agent_dbs() - log warning instead of silent 'unknown' 3. Remove emojis from CLI output per project style guide Co-Authored-By: Claude Haiku 4.5 <[email protected]> --------- Co-authored-by: Claude Haiku 4.5 <[email protected]>
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
source: src/cli/mod.rs
|
|
assertion_line: 302
|
|
expression: help
|
|
---
|
|
Secure personal AI assistant that protects your data and expands its capabilities
|
|
|
|
Usage: ironclaw [OPTIONS] [COMMAND]
|
|
|
|
Commands:
|
|
run Run the AI agent
|
|
onboard Run interactive setup wizard
|
|
config Manage app configs
|
|
tool Manage WASM tools
|
|
registry Browse/install extensions
|
|
mcp Manage MCP servers
|
|
memory Manage workspace memory
|
|
pairing Manage DM pairing
|
|
service Manage OS service
|
|
doctor Run diagnostics
|
|
status Show system status
|
|
completion Generate completions
|
|
import Import from other AI systems
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
--cli-only Run in interactive CLI mode only (disable other channels)
|
|
--no-db Skip database connection (for testing)
|
|
-m, --message <MESSAGE> Single message mode - send one message and exit
|
|
-c, --config <CONFIG> Configuration file path (optional, uses env vars by default)
|
|
--no-onboard Skip first-run onboarding check
|
|
-h, --help Print help (see more with '--help')
|
|
-V, --version Print version
|