## mscript Object representing mscript parser **Kind**: global constant * [mscript](#mscript) * [.arg(shrt, lng)](#mscript.arg) * [.arg_pos(shrt, lng)](#mscript.arg_pos) ### mscript.arg(shrt, lng) Determine whether or not argument flag has been set **Kind**: static method of [mscript](#mscript) | Param | Type | Description | | --- | --- | --- | | shrt | string | Short flag name (ie `-a`) | | lng | string | Long flag name (ie `--apple`) | ### mscript.arg_pos(shrt, lng) Determine position of flag, in argument array **Kind**: static method of [mscript](#mscript) | Param | Type | Description | | --- | --- | --- | | shrt | string | Short flag name (ie `-a`) | | lng | string | Long flag name (ie `--apple`) |