UNPKG

@cliz/gpm

Version:
9 lines (8 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("@cliz/cli"); exports.default = (0, cli_1.defineSubCommand)((createCommand) => { return createCommand('Project VSCode Open').action(async () => { await cli_1.api.$ `code .`; }); });