blob: ca7fdf7cc9180b4d88b971a1151dc3e317ab0b11 [file] [log] [blame]
import commander from 'commander';
export declare class CommandOptions {
files: string[];
urls: string[];
stdin?: boolean;
out?: string;
namespace?: string;
isReadFromStdin(): boolean;
}
declare const opts: CommandOptions;
export default opts;
export declare function initialize(argv: string[]): commander.Command;
export declare function clear(): void;