UNPKG

@oaklean/cli

Version:

A command-line interface that provides utilities for parsing, inspecting, and converting the .oak file format, as well as interfaces used in the @oaklean suite.

8 lines (7 loc) 184 B
export default class MetricsDataCommands { constructor(); static init(): MetricsDataCommands; show(input: string, options: { csv?: string; }): Promise<void>; }