Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 16 Jul 15:47
588b29b

What's New

  • New methods on CommandRunner that make writing code cleaner
    • hasFailed - if the Command has failed, this is true
    • hasValue - if the Command has run and succeeded, this is true
    • notStarted - guess what this does!
    • require - returns the value of a completed Command in a less ham-fisted way than command.result?.getOrNull()?.let { }