mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-19 23:01:32 +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
4f2dd90d0f
commit
cca06e2235
1 changed files with 2 additions and 2 deletions
|
|
@ -197,8 +197,8 @@ export function parseArgs(
|
||||||
}
|
}
|
||||||
|
|
||||||
export function printHelp(): void {
|
export function printHelp(): void {
|
||||||
const defaultToolsText = defaultCodingToolNames.join(", ");
|
const defaultToolsText = defaultCodingToolNames.join(", ");
|
||||||
const availableToolsText = Object.keys(allTools).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 read, bash, browser, edit, write tools
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue