actbase-cli
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -265,3 +265,3 @@ "use strict"; | ||
if (!device) { | ||
const selected = (0, _utils.select)('On which platform do you want to deploy?', ['All Device', 'iOS', 'Android']); | ||
const selected = yield (0, _utils.select)('On which platform do you want to deploy?', ['All Device', 'iOS', 'Android']); | ||
device = selected.value.toLowerCase(); | ||
@@ -268,0 +268,0 @@ } |
@@ -86,3 +86,3 @@ "use strict"; | ||
if (((_config2 = _config) === null || _config2 === void 0 ? void 0 : _config2.preset) === undefined) { | ||
const value = (0, _utils.select)('What kind of file do you want?', ['Google Docs', 'Spreadsheet File (xlsx)']); | ||
const value = yield (0, _utils.select)('What kind of file do you want?', ['Google Docs', 'Spreadsheet File (xlsx)']); | ||
_config.preset = value === null || value === void 0 ? void 0 : value.id; | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "actbase-cli", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Actbase Command Line Interface", | ||
@@ -5,0 +5,0 @@ "author": "Trabricks LLC", |
30326