UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

7 lines (6 loc) 243 B
import { Command } from "commander"; export declare const CLI_NAME = "mesh"; export declare const CLI_DESCRIPTION = "CLI for Mesh Lab development utilities"; export declare function createProgram(options?: { version?: string; }): Command;