UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.targetHostnameCliInput = void 0; const alwayscli_1 = require("@alwaysai/alwayscli"); exports.targetHostnameCliInput = (0, alwayscli_1.CliStringInput)({ description: 'Hostname or IP address of target device (with optional username e.g. pi@1.2.3.4)' }); //# sourceMappingURL=target-hostname-cli-input.js.map