misc/vim: inform the user when no results are found
[nit.git] / share / man / nitpick.md
1 % NITPICK(1)
2
3 # NAME
4
5 nitpick - collect potential style and code issues.
6
7 # SYNOPSIS
8
9 nitpick [*options*] FILE...
10
11 # DESCRIPTION
12
13 `nitpick` is a fast code checker.
14
15 It is currently used with the vim syntactic plugin.
16
17 # OPTIONS
18
19 Only common options of the Nit tools are understood.
20
21 # SEE ALSO
22
23 The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>