### Fixed - [Issue #54](https://github.com/xenomachina/kotlin-argparser/issues/54) Allow the dot character in options and arguments. Thanks @tgockel! - [Issue #47](https://github.com/xenomachina/kotlin-argparser/issues/47) If an option looks at the value of another option it can see the current value. If no value has been set a `MissingValueException` is thrown.