@onboardbase/cli
Version:
[](https://www.npmjs.com/package/@onboardbase/cli) [](https://www.npmjs.com/package/@onboardbase/cli) [ • 547 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TFDownloadStateFileService = void 0;
const tf_base_service_1 = require("./tf.base-service");
const types_1 = require("./types");
class TFDownloadStateFileService extends tf_base_service_1.TFBaseService {
constructor(configManager) {
super(configManager);
}
async initialize({ flags }) {
await this.configure({ flags, operation: types_1.TfOperation.DOWNLOAD });
}
}
exports.TFDownloadStateFileService = TFDownloadStateFileService;