# CLParse
## Arguments
An argument must be passed in the form of `abc=xyz`

arguments may ***NOT*** have implicit argument anywhere but the final spot and it optionally may have ***only*** one(1)
This is different that you may be used to

For example; the `cat` program of unix-like machines can be called like

`cat abc.c xyz.c`

and the equivelent on ableOS would be

`append src=abc.c dest=xyz.c`

## Config
clparse also loads configs into toml values and passes them along