From da53ac4c182021fb1f2ea3f76e9843e2335ebf7c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 2 Jun 2026 23:54:50 +0200 Subject: [PATCH] docs(coding-agent): document config force flag --- packages/coding-agent/src/cli/args.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/src/cli/args.ts b/packages/coding-agent/src/cli/args.ts index 94b924a35..e6b2db709 100644 --- a/packages/coding-agent/src/cli/args.ts +++ b/packages/coding-agent/src/cli/args.ts @@ -229,7 +229,7 @@ ${chalk.bold("Commands:")} ${APP_NAME} uninstall [-l] Alias for remove ${APP_NAME} update [source|self|pi] Update pi and installed extensions ${APP_NAME} list [--force] List installed extensions from settings - ${APP_NAME} config Open TUI to enable/disable package resources + ${APP_NAME} config [--force] Open TUI to enable/disable package resources ${APP_NAME} --help Show help for install/remove/uninstall/update/list ${chalk.bold("Options:")}