@shutootaki/gwm
Version:
git worktree manager CLI
6 lines • 353 B
TypeScript
/**
* 補完機能のエントリーポイント
*/
export type { CompletionProviderId, CompletionArg, CompletionOption, CompletionCommand, CompletionDefinition, ShellType, CursorPosition, } from './types.js';
export { completionDefinition, getAllCommandNames, findCommand, findSubcommand, } from './definition.js';
//# sourceMappingURL=index.d.ts.map