UNPKG
@shutootaki/gwm
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
git worktree manager CLI
github.com/shutootaki/gwm
shutootaki/gwm
@shutootaki/gwm
/
dist
/
completion
/
providers
/
branches-local.d.ts
10 lines
•
344 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * ローカルブランチ候補プロバイダ * add --from コマンドで使用 */
/** * ローカルブランチ候補を取得 * Git リポジトリ外では空配列を返す */
export
declare
const
getLocalBranchCandidates
:
() =>
Promise
<
import
(
"./types.js"
).
CompletionCandidate
[]>;
//# sourceMappingURL=branches-local.d.ts.map