Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 229 Bytes

Cli-Options

Mini - PHP cli options framework

Example:
show help: php example.php --help
wrong usage: php example.php
in action: php example.php -h="172.1.2.3" -u="john" --debug --log="logfile.txt"