parent
10291d3808
commit
c63327e25c
|
@ -1,5 +1,13 @@
|
||||||
# Revision history for butcher
|
# Revision history for butcher
|
||||||
|
|
||||||
|
## 1.3.0.0 -- February 2018
|
||||||
|
|
||||||
|
* Experimental: Hidden commandparts (do not appear in help)
|
||||||
|
* Experimental: Bash completion
|
||||||
|
* Add addHelpCommandWith to support user-defined column count
|
||||||
|
* Fix help document printing (ribbons)
|
||||||
|
* Fix completion behaviour
|
||||||
|
|
||||||
## 1.2.1.0 -- November 2017
|
## 1.2.1.0 -- November 2017
|
||||||
|
|
||||||
* Fix bug in 'ppUsageWithHelp'
|
* Fix bug in 'ppUsageWithHelp'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.2.1.0
|
version: 1.3.0.0
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
synopsis: Chops a command or program invocation into digestable pieces.
|
||||||
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
@ -45,8 +45,8 @@ library
|
||||||
{ base >=4.8 && <4.11
|
{ base >=4.8 && <4.11
|
||||||
, free
|
, free
|
||||||
, unsafe
|
, unsafe
|
||||||
, microlens
|
, microlens <0.5
|
||||||
, microlens-th
|
, microlens-th <0.5
|
||||||
, multistate
|
, multistate
|
||||||
, pretty
|
, pretty
|
||||||
, containers
|
, containers
|
||||||
|
|
Loading…
Reference in New Issue