Merge: More manual
authorJean Privat <jean@pryen.org>
Thu, 6 Nov 2014 01:02:52 +0000 (20:02 -0500)
committerJean Privat <jean@pryen.org>
Thu, 6 Nov 2014 01:02:52 +0000 (20:02 -0500)
commit55a59ffaa4ebaaf85836d68dfb1eaa143b31ec47
tree1a402031211818fd5aba43d82e4a7cd465f177d2
parent62ada1006101900ef29c9401ecfe9bc7ceb55beb
parent142e3b0ec33393ba3b36fc55fcef8c2e326bd084
Merge: More manual

This improves the documentation of the other nit tools.

It could be better to read them on the http://nitlanguage.org/tools/ since this PR also enable the synchronization of the manpage on the website.

Documentation of `nit` is copied from http://nitlanguage.org/debugger/
Documentation of `nitunit` is copied from https://github.com/privat/nit/blob/master/src/testing/README

Note: a lot of options are common to the tools because they share the same frontend.
Usually, to simplify the manpages, I only indicated the options specific to the tool.

I am not fond to copy-paste each common options among all the tools, especially when the tool has only one or two original option but more than 30 *inherited* options.
Maybe creatie a `nitcli(7)` manpage that regroup common options and conventions among our tools. (à la `gitcli(7)`) ?

Pull-Request: #880
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>