Argument Parsing
1
a = argparse(&ARGS&)
Grab arguments after arguments with a.last(‘name’) or whatever your variable is called.
1
a = argparse(&ARGS&).last()
Grabs only the last entry of that argument
1
a = argparse(&ARGS&).get('t')
Grab all the targets and put them in a list