From: Jean Privat Date: Wed, 21 Oct 2015 02:29:32 +0000 (-0400) Subject: nitx: add the missing options `--no-attributes` and `--private` X-Git-Tag: v0.7.9~13^2~7 X-Git-Url: http://nitlanguage.org nitx: add the missing options `--no-attributes` and `--private` Signed-off-by: Jean Privat --- diff --git a/share/man/nitx.md b/share/man/nitx.md index 2b6f8ba..fcdf26c 100644 --- a/share/man/nitx.md +++ b/share/man/nitx.md @@ -49,6 +49,12 @@ exit the tool. ### `-q` execute a query, display results in console then quit. +### `--no-attributes` +Ignore the attributes. + +### `--private` +Also generate private API. + # SEE ALSO The Nit language documentation and the source code of its tools and libraries may be downloaded from