Skip to content

Releases: codedge-llc/commandex

v0.5.2

21 Dec 15:27
96bc9a7

Choose a tag to compare

Added

  • halt/2 optionally accepts a success: true flag, allowing the command to halt early
    successfully. (#16)

v0.5.1

09 Sep 17:52
ae9502b

Choose a tag to compare

Fixed

  • import_deps: [:commandex] in .formatter.exs works again. (#15)

v0.5.0

08 Sep 16:14
c06e73c

Choose a tag to compare

Added

  • run/0 function for commands that don't define any parameters.

Changed

  • Raise ArgumentError if an invalid pipeline is defined.

v0.4.1

25 Oct 17:18
075072a

Choose a tag to compare

  • Set false parameter correctly when given a Map of params. Was previously
    evaluating to nil.