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
/
index.js
6 lines
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
/** * 補完機能のエントリーポイント */
// 単一ソース
export { completionDefinition, getAllCommandNames, findCommand, findSubcommand, }
from
'./definition.js'
;
//# sourceMappingURL=index.js.map