appcenter-cli
Version:
Command line tool for Visual Studio App Center
5 lines (4 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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";