UNPKG

logsdx

Version:

<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>

6 lines (5 loc) 350 B
import { type CliOptions, type CommanderOptions } from "./types"; import type { LogsDXOptions } from "../types"; export declare function loadConfig(configPath?: string): LogsDXOptions; export declare function parseArgs(args: string[]): CliOptions; export declare function main(input: string | undefined, rawOptions: CommanderOptions): Promise<void>;