fix: render web observe status as table
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// SPEC: PJ2026-01060505 Workbench Performance draft-2026-06-17-p0.
|
||||
// Responsibility: Thin HWLAB node/lane CLI entrypoint. Domain implementation lives in focused modules.
|
||||
import type { Config } from "./config";
|
||||
import type { RenderedCliResult } from "./output";
|
||||
import {
|
||||
hwlabNodeHelp as hwlabNodeHelpImpl,
|
||||
hwlabNodeObservabilityHelp as hwlabNodeObservabilityHelpImpl,
|
||||
@@ -9,7 +10,7 @@ import {
|
||||
runHwlabNodeCommand as runHwlabNodeCommandImpl,
|
||||
} from "./hwlab-node-impl";
|
||||
|
||||
export async function runHwlabNodeCommand(config: Config, args: string[]): Promise<Record<string, unknown>> {
|
||||
export async function runHwlabNodeCommand(config: Config, args: string[]): Promise<Record<string, unknown> | RenderedCliResult> {
|
||||
return runHwlabNodeCommandImpl(config, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user