From 77166176b2b2efa46cfdcfee58e9f031a5978456 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 17 Jun 2019 06:17:28 -0300 Subject: [PATCH] [bugfix] Fixes #11434 , Update Tools Documentation (#11449) (cherry picked from commit eb087b35469e17b957cee18c3b988c40884bd35e) --- doc/tools.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/tools.rst b/doc/tools.rst index 9cc8f1fa4e..23dcc81bad 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -16,5 +16,12 @@ The standard distribution ships with the following tools: - | `C2nim `_ | C to Nim source converter. Translates C header files to Nim. +- | `niminst `_ + | niminst is a tool to generate an installer for a Nim program. + - | `nimgrep `_ | Nim search and replace utility. + +- | nimpretty + | ``nimpretty`` is a Nim source code beautifier, + to format code according to the official style guide.