UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

5 lines (4 loc) 370 B
import type { ParsedOptions } from '@kui-shell/core'; import { BaseHistoryEntry } from './CircularBuffer'; /** Confirm equality of two commands, by comparing the parsed argvNoOptions and ParsedOptions */ export default function sameCommand(expectedArgvNoOptions: string[], expectedParsedOptions: ParsedOptions, currentCwd: string): (entry: BaseHistoryEntry) => boolean;