Updated README.md
Added LICENSE Added tests (Unfinished) Added Codebase Added .gitignore Added .idea files
This commit is contained in:
parent
2ce6ed5418
commit
a24349b0b5
13 changed files with 366 additions and 0 deletions
4
tests/parse_test.php
Normal file
4
tests/parse_test.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
$parse = \OptsLib\Parse::parseArgument('test --foo=bar --baz=qux --quux --corge --grault=garply --waldo --fred --plugh --xyzzy --thud');
|
||||
var_dump($parse);
|
Loading…
Add table
Add a link
Reference in a new issue