What's New
- New methods on
CommandRunner
that make writing code cleanerhasFailed
- if the Command has failed, this is truehasValue
- if the Command has run and succeeded, this is truenotStarted
- guess what this does!require
- returns the value of a completed Command in a less ham-fisted way thancommand.result?.getOrNull()?.let { }