tur-4000 / php-project-lvl2
第二个PHP项目。
dev-main
2021-02-03 10:49 UTC
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^5.2
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-09-24 20:21:19 UTC
README
GenDiff
用于比较两个文件的实用工具。
设置
$ git clone https://github.com/Tur-4000/php-project-lvl2.git $ make install
运行测试
$ make test
使用方法
gendiff -h Generate diff Usage: gendiff (-h|--help) gendiff (-v|--version) gendiff [--format <fmt>] FIRST_FILE SECOND_FILE Options: -h --help Show this screen -v --version Show version --format <fmt> Report format [default: stylish]