add: don't print an extra newline on exit
even it made things tidier in an emacs shell..
This commit is contained in:
parent
1051f10826
commit
5d0da63261
@ -72,7 +72,7 @@ add opts j
|
||||
,esDefDate=today
|
||||
,esJournal=j
|
||||
}
|
||||
getAndAddTransactions es `E.catch` (\(_::UnexpectedEOF) -> putStr "\n")
|
||||
getAndAddTransactions es `E.catch` (\(_::UnexpectedEOF) -> putStr "")
|
||||
|
||||
showHelp = hPutStr stderr $ unlines [
|
||||
"Any command line arguments will be used as defaults."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user