mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137)
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user