;doc: cli: BUGS -> LIMITATIONS; mention windows display issue (#961)

[ci skip]
This commit is contained in:
Simon Michael 2019-03-12 03:22:20 -07:00
parent 0b080c1c1f
commit 64df6e731c

View File

@ -89,7 +89,7 @@ _LEDGER_FILE_
Reads _files_
# BUGS
# LIMITATIONS
The need to precede addon command options with `--` when invoked from hledger is awkward.
@ -98,6 +98,9 @@ Eg on POSIX, set LANG to something other than C.
In a Microsoft Windows CMD window, non-ascii characters and colours are not supported.
On Windows, non-ascii characters may not display correctly when running a hledger built
in CMD in MSYS/CYGWIN, or vice-versa.
In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add.
Not all of Ledger's journal file syntax is supported. See [file format differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats).