mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137)
This commit is contained in:
parent
f18776cb49
commit
4dbe17d4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ process.on("unhandledRejection", (reason, promise) => {
|
|||
|
||||
export const AcpCommand = cmd({
|
||||
command: "acp",
|
||||
describe: "Start ACP (Agent Client Protocol) server",
|
||||
describe: "start ACP (Agent Client Protocol) server",
|
||||
builder: (yargs) => {
|
||||
return yargs
|
||||
.option("cwd", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue