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)
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>


Trivial merge