UNPKG

oclif-plugin-completion

Version:
9 lines (8 loc) 329 B
import type { Command } from '@oclif/command'; export declare function generateCompletionScriptForZsh({ bin, aliases, commands, }: Pick<Command['config'], 'bin' | 'commands'> & { aliases: string[]; }): string; export declare function getInstructionsForZsh({ bin, shell, }: { bin: string; shell: string; }): string[];