Type Alias ResolveCommandFn

ResolveCommandFn: ((options: ResolveCommandOptions) => MaybePromise<ResolvedCommand>)

A function to resolve a command based on the provided command string and directory path, returning the first matching command.