UNPKG

@oblique/cli

Version:

Command Line Interface to manage Oblique projects

16 lines (14 loc) 682 B
/** * @file Oblique, The front-end framework for your Swiss branded UI. * @copyright 2020 - 2025 Federal Office of Information Technology, Systems and Telecommunication FOITT {@link https://www.bit.admin.ch} * @version 13.3.0 (released on 2025-06-12, supported at least until 2026-02-28) * @author Oblique team, FOITT, BS-BSC-EN4 <oblique@bit.admin.ch> * @license MIT {@link https://github.com/oblique-bit/oblique/blob/master/LICENSE} * @see https://oblique.bit.admin.ch */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateDescriptions = void 0; exports.updateDescriptions = { summaryText: 'Updates Oblique and runs the migration.' };