Remove obsolete Command README caveat

This commit is contained in:
Juan Cruz Viotti 2015-03-02 10:45:18 -04:00
parent 78d11bffd0
commit 83e01c03fa

View File

@ -83,4 +83,3 @@ If you add a new `man` page, remember to add the generated filename to the `man`
## Caveats ## Caveats
- Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945). - Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945).
- Most commands require an `<id>` argument, however [Commander](https://github.com/tj/commander.js) refuses to show that in the help page. This will be fixed soon.