UNPKG

@shutootaki/gwm

Version:
11 lines 406 B
/** * bash 補完スクリプト生成 */ import type { CompletionDefinition } from '../../types.js'; /** * bash 補完スクリプトを生成 * @param _definition 補完定義(将来の定義駆動生成に備えて予約) * @returns bash 補完スクリプト文字列 */ export declare function generateBashScript(_definition: CompletionDefinition): string; //# sourceMappingURL=bash.d.ts.map