Просмотр исходного кода

fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137)

Anchit Bajaj 2 месяцев назад
Родитель
Сommit
4dbe17d4f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/src/cli/cmd/acp.ts

+ 1 - 1
packages/opencode/src/cli/cmd/acp.ts

@@ -17,7 +17,7 @@ process.on("unhandledRejection", (reason, promise) => {
 
 
 export const AcpCommand = cmd({
 export const AcpCommand = cmd({
   command: "acp",
   command: "acp",
-  describe: "Start ACP (Agent Client Protocol) server",
+  describe: "start ACP (Agent Client Protocol) server",
   builder: (yargs) => {
   builder: (yargs) => {
     return yargs
     return yargs
       .option("cwd", {
       .option("cwd", {