public has(name as String) as Boolean:
Tests whether an option exists.
name
true when present.
true
assert config.has("path")