--TEST-- Test for Console_CommandLine::parse() method (--help). --SKIPIF-- --ARGS-- --help 2>&1 --FILE-- parse(); ?> --EXPECT-- Description of our parser goes here... Usage: some_program [options] Options: -t, --true test the StoreTrue action -f, --false test the StoreFalse action --int=INT test the StoreInt action --float=FLOAT test the StoreFloat action -s, --string=STRING test the StoreString action -c, --counter test the Counter action --callback=callback test the Callback action -a, --array=ARRAY test the StoreArray action -h, --help show this help message and exit --version show the program version and exit Arguments: simple test a simple argument multiple test a multiple argument