You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,6 @@ Take a look on [openhub.net](https://www.openhub.net/p/php_component_cli_argumen
33
33
* lists (command --foobar=foo | command -f=foo)
34
34
* values values (command <value>)
35
35
36
-
# Optimization Potential
37
-
38
-
* add api documentation
39
-
40
36
# Example
41
37
42
38
Simple call [run.php](https://github.com/bazzline/php_component_cli_arguments/blob/master/Example/run.php) with tons of arguments like illustrated below.
@@ -163,19 +159,23 @@ Your code has to take care if an argument is passed or not anyways. Using the av
163
159
164
160
# API
165
161
166
-
Thanks to [apigen](https://github.com/apigen/apigen), the api is available in the [document](https://github.com/bazzline/php_component_cli_arguments/blob/master/document/index.html) section or [online](http://code.bazzline.net/).
162
+
[API](http://www.bazzline.net/988fc4501e48d8aed30583f58a97f0d4c14ab2d3/index.html)is available at [bazzline.net](http://www.bazzline.net).
167
163
168
164
# History
169
165
170
166
* upcomming
171
167
*@todo
172
-
* add *toString()'
173
-
* add *countValues* etc.
174
168
* add *hasFlags* to easy up validation if long or short flag is set (e.g. '-v|--verbose')
175
-
* replace "setArguments" with "parse" like [nette](https://github.com/nette/command-line/blob/master/src/CommandLine/Parser.php) is doing it
176
-
* remove *generate_api*
169
+
* cover Collection and Parser with unit tests
177
170
* updated dependency handling by beeing less restrictive
178
-
*[1.1.2](https://github.com/bazzline/php_component_cli_argument/tree/1.1.1) - released at 07.11.2015
171
+
*[2.0.0](https://github.com/bazzline/php_component_cli_argument/tree/2.0.0) - not yet released
172
+
* add *convertToArray()'
173
+
* add *convertToString()'
174
+
* add *getNumberOfElements()*
175
+
* create classes for flags, lists and values
176
+
* remove *generate_api*
177
+
* replace "setArguments" with "parseArguments" like [nette](https://github.com/nette/command-line/blob/master/src/CommandLine/Parser.php) is doing it
178
+
*[1.1.2](https://github.com/bazzline/php_component_cli_argument/tree/1.1.2) - released at 07.11.2015
179
179
* updated dependencies
180
180
*[1.1.1](https://github.com/bazzline/php_component_cli_argument/tree/1.1.1) - released at 18.08.2015
0 commit comments