UNPKG

env-cmd

Version:

Executes a command using the environment variables in an env file

7 lines (6 loc) 266 B
import type { EnvCmdOptions, CommanderOptions } from './types.ts'; /** * Parses the arguments passed into the cli */ export declare function parseArgs(args: string[]): EnvCmdOptions; export declare function parseArgsUsingCommander(args: string[]): CommanderOptions;