abstract val array: Array<String>
The args stored in a Array.
open fun array(from: Int, to: Int): List<String>
Returns all arguments from the beginning to as an Array.
open fun array(to: Int): List<String>
Returns all arguments from as an Array.