mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
Histogram: fixes previous change
change made in Histogram:cabal test and hlint warning
This commit is contained in:
parent
3182f2c69a
commit
38f977fa48
@ -21,7 +21,7 @@ import Prelude hiding (putStr)
|
||||
import Hledger.Utils.UTF8IOCompat (putStr)
|
||||
|
||||
activitymode :: Mode RawOpts
|
||||
activitymode = (defCommandMode $ ["activity"] : aliases) {
|
||||
activitymode = (defCommandMode $ ["activity"] ++ aliases) {
|
||||
modeHelp = "show an ascii barchart of posting counts per interval (default: daily)" `withAliases` aliases
|
||||
,modeHelpSuffix = []
|
||||
,modeGroupFlags = Group {
|
||||
|
Loading…
Reference in New Issue
Block a user