fun containsProperty(name: String): Boolean
This implementation first checks to see if the name specified is the special "non-option arguments" property, and if so delegates to the abstract #getNonOptionArgs() method checking to see whether it returns an empty collection. Otherwise delegates to and returns the value of the abstract #containsOption(String) method.