@shutootaki/gwm
Version:
git worktree manager CLI
10 lines • 389 B
TypeScript
import type { LocalChanges, CleanableWorktree } from './types.js';
/**
* ワークツリーパスでローカル変更を確認
*/
export declare function checkLocalChanges(worktreePath: string): Promise<LocalChanges>;
/**
* 削除可能なワークツリーを取得
*/
export declare function getCleanableWorktrees(): Promise<CleanableWorktree[]>;
//# sourceMappingURL=clean.d.ts.map