hledger/hledger-lib/Hledger/Utils
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
..
Color.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Debug.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Parse.hs ;lib: clarify parser monad transformers a little 2019-09-08 10:40:47 -07:00
Regex.hs lib: memoised versions of regexReplace[CI] (#244) 2015-09-26 15:45:17 -10:00
String.hs Fix issue 457 2019-12-08 18:33:43 +01:00
Test.hs ;fix build issues with old GHC versions 2019-11-28 15:22:12 -08:00
Text.hs ;tests: use "test" alias for testCase everywhere 2019-11-28 15:33:33 -08:00
Tree.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
UTF8IOCompat.hs ;lib: drop SystemString left from GHC pre 7.2 2019-11-18 17:38:39 -08:00