fix(cli): align setup database labels

This commit is contained in:
Andrey Avtomonov 2026-05-13 21:07:32 +02:00
parent 869669e87f
commit 38e921d3e2
12 changed files with 105 additions and 63 deletions

View file

@ -570,7 +570,7 @@ function writeSuccess(
io: KtxCliIo,
): void {
io.stdout.write('\nKTX context is ready for agents.\n\n');
io.stdout.write('Primary sources:\n');
io.stdout.write('Databases:\n');
if (targets.primarySourceConnectionIds.length === 0) {
io.stdout.write(' none\n');
} else {