UNPKG

cli-stash

Version:

CLI application to manage and work with Atlassian Stash. Work with your Stash project and repositories from Command lines.

10 lines (9 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StashCLIResponse = void 0; class StashCLIResponse { constructor() { this.status = 0; } } exports.StashCLIResponse = StashCLIResponse;