logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

msg_parse - parse COD error messages and output the results in the desired format.

Description

       Parse COD error messages and output the results in the desired format.

Name

       msg_parse - parse COD error messages and output the results in the desired format.

Options

       -d, --delimiter ""
                         Delimiter that is used to separate fields in the
                         delimiter-separated values (dsv) output format
                         (default: "").

       --dsv
                         Output results in delimiter-separated values (dsv)
                         format (default).

       --ignore-comments
                         Ignore lines starting with a number symbol ('#').

       --process-comments
                         Treat lines starting with a number symbol ('#') as
                         error messages (default).

       --help, --usage
                         Output a short usage message (this message) and exit.

       --version
                         Output version information and exit.

Reporting Bugs

       Report msg_parse bugs using e-mail: cod-bugs@ibt.ltMSG_PARSE(1)

Synopsis

       msg_parse --options input1.cif input*.cif

See Also