Merge: Improve tool ui
authorJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 20:07:42 +0000 (15:07 -0500)
committerJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 20:07:42 +0000 (15:07 -0500)
commit72e90fe7de2c264efb0d0f601fe655c81fc7652d
treec2c85f8631a9c469747b90cbd47c418082985ba0
parent508876283ba9ad6739a871e292d6a2b244620aef
parentfe2e25f09b973d8196841f9b09c002d8e9e9d765
Merge: Improve tool ui

Small fixes to improve the user-interface of tools.

* nit_dir is more robust and display errors if invalid
* option --nit-dir is really needed
* remove useless and buggy --clib-path and NIT_CC_PATH
* nit does not collect options after the program file but let as options for the interpreter
* 3 -v to show class-level information, 4 -v to show property-level information

Pull-Request: #873
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>