mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 20:03:08 +00:00
Update apps/companion-os/packages/coding-agent/src/cli/args.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
cca06e2235
commit
c9c458f9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ export function printHelp(): void {
|
|||
const defaultToolsText = defaultCodingToolNames.join(", ");
|
||||
const availableToolsText = Object.keys(allTools).join(", ");
|
||||
|
||||
console.log(`${chalk.bold(APP_NAME)} - AI coding assistant with read, bash, browser, edit, write tools
|
||||
console.log(`${chalk.bold(APP_NAME)} - AI coding assistant with ${defaultToolsText} tools
|
||||
|
||||
${chalk.bold("Usage:")}
|
||||
${APP_NAME} [options] [@files...] [messages...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue