UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

6 lines (5 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.endDateHelpMessage = exports.startDateHelpMessage = void 0; exports.startDateHelpMessage = "Start date. '1970/01/01 00:00' (system time zone), RFC2822, and ISO 8601 dates are supported. Defaults to start of current UTC day"; exports.endDateHelpMessage = "End date. '1970/01/01 00:00' (system time zone), RFC2822, and ISO 8601 dates are supported. Defaults to now";