🔊 CLI better logging: new option for finer level, changed count tracking, bit of grammar

This commit is contained in:
Eric Doughty-Papassideris
2024-03-28 00:33:56 +01:00
committed by ericlinagora
parent b72a958817
commit bde006c63e
6 changed files with 86 additions and 26 deletions
@@ -5,6 +5,8 @@ import tdrive from "../../tdrive";
import gr from "../../services/global-resolver";
import type { TdrivePlatform } from "../../core/platform/platform";
//TODO: When this gets used for all commands; update verboseDuringRun from search/index-all and move to root index
/**
* Start the platform and its services, run the command (passed as
* the `handler` callback), then cleanly shut down the platform.