1App::Cme::Command::checUks(e3r)Contributed Perl DocumentAaptpi:o:nCme::Command::check(3)
2
3
4
6 App::Cme::Command::check - Check the configuration of an application
7
9 version 1.029
10
12 # standard usage
13 cme check popcon
14
15 # read data from arbitrary file (with Config::Model::Dpkg)
16 cme check dpkg-copyright path/to/file
17
19 Checks the content of the configuration file of an application. Prints
20 warnings and errors on STDOUT.
21
22 Example:
23
24 cme check fstab
25
26 Some applications allows one to override the default configuration
27 file. For instance, with Debian copyright model, you can run cme on a
28 different file:
29
30 cme check dpkg-copyright foobar
31
32 or directly check copyright data on STDIN:
33
34 curl http://metadata.ftp-master.debian.org/changelogs/main/f/frozen-bubble/unstable_copyright \
35 | cme check dpkg-copyright -
36
38 See "Global Options" in cme.
39
41 -strict
42 When set, cme exits 1 if warnings are found. By default, "cme"
43 exits 0 when warnings are found.
44
46 cme exits 0 when no errors are found. Exit 1 otherwise.
47
48 If "-strict" option is set, cme exits 1 when warnings are found.
49
51 cme
52
54 Dominique Dumont
55
57 This software is Copyright (c) 2014-2018 by Dominique Dumont.
58
59 This is free software, licensed under:
60
61 The GNU Lesser General Public License, Version 2.1, February 1999
62
63
64
65perl v5.28.0 2018-08-21 App::Cme::Command::check(3)