mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Updated example to use manpage() provided by the pointybeard/helpers-functions-cli package
This commit is contained in:
parent
0620d00f08
commit
7c06febefe
2 changed files with 28 additions and 82 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pointybeard/helpers-cli-input",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.",
|
||||
"homepage": "https://github.com/pointybeard/helpers-cli-input",
|
||||
"license": "MIT",
|
||||
|
|
@ -20,7 +20,8 @@
|
|||
"require-dev": {
|
||||
"phpunit/phpunit": "^8",
|
||||
"pointybeard/helpers-functions-strings": "~1.0",
|
||||
"pointybeard/helpers-cli-colour": "~1.0"
|
||||
"pointybeard/helpers-cli-colour": "~1.0",
|
||||
"pointybeard/helpers-functions-cli": "~1.1"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/pointybeard/helpers-cli-input/issues",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue