mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { EnvCmdOptions } from './types';
|
|
/**
|
|
* Parses the arguments passed into the cli
|
|
*/
|
|
export declare function parseArgs(args: string[]): EnvCmdOptions;
|