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
/
utils
/
editor.d.ts
5 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
/** 指定パスを VS Code または Cursor で開く。 * インストールされていない場合は false を返す。 */
export
declare
function
openWithEditor
(
path:
string
, editor:
'code'
|
'cursor'
):
boolean
;
//# sourceMappingURL=editor.d.ts.map