All Classes |Grouped Classes |Index

Function add_option

Adds a option to the parser.

	void CL_CommandLine::add_option(
		int key,
		const CL_String8 & long_option,
		const CL_String8 & argument,
		const CL_String8 & help,
		bool visible = true);