logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

App::Cme::Command::check - Check the configuration of an application

Author

       Dominique Dumont

Common Options

       See "Global Options" in cme.

Description

       Checks the content of the configuration file of an application. Prints warnings and errors on STDOUT.

       Example:

        cme check fstab

       Some applications allows one to override the default configuration file.  For instance, with Debian
       copyright model, you can run cme on a different file:

         cme check dpkg-copyright foobar

       or directly check copyright data on STDIN:

         curl http://metadata.ftp-master.debian.org/changelogs/main/f/frozen-bubble/unstable_copyright \
         | cme check dpkg-copyright -

Exit Code

       cme exits 0 when no errors are found. Exit 1 otherwise.

       If "-strict" option is set, cme exits 1 when warnings are found.

Name

       App::Cme::Command::check - Check the configuration of an application

Options

       -strict
           When set, cme exits 1 if warnings are found. By default, "cme" exits 0 when warnings are found.

See Also

       cme

Synopsis

        # standard usage
        cme check popcon

        # read data from arbitrary file (with Config::Model::Dpkg)
        cme check dpkg-copyright path/to/file

Version

       version 1.041

See Also