kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
6 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const core_1 = require("@kui-shell/core");
const strings = core_1.i18n('plugin-bash-like');
exports.localFilepath = [{ name: 'path', docs: strings('localFilePath'), file: true, positional: true }];
//# sourceMappingURL=usage-helpers.js.map