UNPKG

@milkmaccya2/hostswitch

Version:

A simple CLI tool to manage and switch between multiple hosts file profiles for different development environments

8 lines 344 B
import type { ICommand, ICommandResult } from '../../interfaces'; import type { HostSwitchFacade } from '../HostSwitchFacade'; export declare class ListProfilesCommand implements ICommand { private facade; constructor(facade: HostSwitchFacade); execute(): Promise<ICommandResult>; } //# sourceMappingURL=ListProfilesCommand.d.ts.map