technodelight/php-jira-cli-tag-converter

2.1.0 2023-12-04 08:48 UTC

This package is auto-updated.

Last update: 2024-09-04 10:28:07 UTC


README

将 jira 标签转换为带有 ANSI 颜色输出的显示

用法

<?php
$tagConverter = new 
$output = new Symfony\Console\ConsoleOutput;
$this->tagConverter->convert($output, $description, ['tabulation' => 8])

许可证

GNU GPLv3 版权所有 (c) 2015-2019 Zsolt Gál 查看 LICENSE。