Hello,
jones leon wrote:
But, I have a question on using arg_parser.Can it accept parameters like
these?
mysql -uroot -p12345
-u and -p are parameters
root and 12345 are values.
there is no space between parameters and values.
Yes. As you can read in the arg_parser manual (arg_parser.info):
"An option and its argument may or may not appear as separate tokens.
(In other words, the whitespace separating them is optional). Thus, `-o
foo' and `-ofoo' are equivalent".
Best regards,
Antonio.
_______________________________________________
Bug-moe mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-moe