hledger/hledger-lib/Hledger
Jacek Generowicz 29211868bb Fix issue 457
Issue #457 pointed out that commands such as

    hledger ui 'amt:>200'

failed. This was becasue the process of dispatching from `hledger ui`
to `hledger-ui` (note addition of `-`) lost the quotes around
`amt:>20` and the `>` character was interpreted as a shell redirection
operator, rather than as part of the argument.

The machinery for quoting or escaping arguements which cointain
characters which require quoting or escaping (thus far whitespace and
quotes) already existed. This solution simply adds shell stdio
redirection characters to this set.

Fixes #457
2019-12-08 18:33:43 +01:00
..
Data Revert "remove old fail compatibility imports that are obsolete ?" 2019-12-01 11:32:51 -08:00
Read Revert "remove old fail compatibility imports that are obsolete ?" 2019-12-01 11:32:51 -08:00
Reports ;tests: use "test" alias for testCase everywhere 2019-11-28 15:33:33 -08:00
Utils Fix issue 457 2019-12-08 18:33:43 +01:00
Data.hs ;lib: refactor: Data.Prices -> Data.Valuation 2019-06-14 19:04:09 -07:00
Query.hs ;tests: use "test" alias for testCase everywhere 2019-11-28 15:33:33 -08:00
Read.hs ;lib: clarify Hledger.Read imports a little 2019-12-02 08:21:06 -08:00
Reports.hs ;lib: rename MultiBalanceReports.hs -> MultiBalanceReport.hs 2019-06-14 11:45:25 -07:00
Utils.hs ;lib: drop SystemString left from GHC pre 7.2 2019-11-18 17:38:39 -08:00