The CLI (command line interface) library will provide classes and objects for working with a shell interface via WSH. The library will cater for parsing command line options passed to programs. It's also able to print help messages detailing the options available for a command line tool.
In many instances, external programs call vbscript files via shell programming. By using the the CLI library, VDK uses can build a fully responsive shell interface.
Additionally, the CLI library will give VDK users the power to build shell help sets which mimic popular shell commands like ls (list in linux), java (all OS), dir (on windows) etc.