jelix/console-helpers
最新稳定版本:v2.0.0
Composer 安装命令:
composer require jelix/console-helpers
包简介
helpers for Symfony Console
README 文档
README
Library providing helpers for Symfony Console
installation
You can install it from Composer. In your project:
composer require "jelix/console-helper"
usage
In your command class:
protected function execute(InputInterface $input, OutputInterface $output) { $questionHelper = $this->getHelper('question'); $interactive = new InteractiveCliHelper($questionHelper, $input, $output); $interactive->... }
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-05