All it does is "parse" the arguments you give a program, and allow you to access them easier.
Here is the link: http://pastebin.com/zb5JMzbb
Using my utility, you don't have to make complicated "help pages", to explain what argument is at what position.
For example
rednetSend 1 2 Hellocould become
rednetSend -from 1 -to 2 -message Helloor
rednetSend -to 2 -message Hello -from 1
Usage
Edited by Freack100, 01 April 2015 - 06:58 PM.











