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

cclib-get - a command-line interface to cclib

Author

       This  manpage  was  written  by  KarolM.Langner   <karol.langner@gmail.com>   and   DanielLeidert
       <dleidert@debian.org> for the Debian distribution (but may be used by others).

                                                   2016-10-05                                       CCLIB-GET(1)

Description

       The  command cclib-get is a simple command-line interface to cclib that allows you to quickly display the
       information extracted by cclib from a particular log file or log files.

Name

       cclib-get - a command-line interface to cclib

Options

       These options are currently supported:

       -f,--future
              Use experimental features (currently optdone_as_list).

       -h,--help
              Print some usage information, in which case no other options or arguments are parsed.

       -j,--json
              Extract attributes available in a CJSON file.

       -l,--list
              List attributes that are present in a file, without actually extracting them.

       -m,--multi
              Parse multiple files as one input stream.

       -v,--verbose
              More verbose parsing output (only errors by default).

Synopsis

cclib-get --help

       cclib-get --list [file]

       cclib-get [option] [attribute(s)] [file(s)]

See Also