You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/kimi-command.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ The working directory determines the root directory for file operations. The age
60
60
61
61
| Option | Short | Description |
62
62
|--------|-------|-------------|
63
-
|`--command TEXT`|`-c`| Pass user query, doesn't enter interactive mode |
64
-
|`--query TEXT`|`-q`| Alias for `--command`|
63
+
|`--prompt TEXT`|`-p`| Pass user prompt, doesn't enter interactive mode |
64
+
|`--command TEXT`|`-c`| Alias for `--prompt`|
65
65
66
-
When using `--command`, Kimi CLI exits after processing the query (unless `--print` is specified, results are still displayed in interactive mode).
66
+
When using `--prompt` (or `--command`), Kimi CLI exits after processing the query (unless `--print` is specified, results are still displayed in interactive mode).
0 commit comments