1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.TH "CCLIB-GET" "1" "2016-10-05" "" "User commands"
.SH NAME
cclib-get \- a command-line interface to cclib
.SH SYNOPSIS
.B cclib\-get
.RI \-\-help
.B cclib\-get
.RI \-\-list
.RI [ file ]
.B cclib\-get
.RI [ option ]
.RI [ attribute(s) ]
.RI [ file(s) ]
.SH 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.
.SH OPTIONS
These options are currently supported:
.TP
.B \-f, \-\-future
Use experimental features (currently optdone_as_list).
.TP
.B \-h, \-\-help
Print some usage information, in which case no other options or arguments are parsed.
.TP
.B \-j, \-\-json
Extract attributes available in a CJSON file.
.TP
.B \-l, \-\-list
List attributes that are present in a file, without actually extracting them.
.TP
.B \-m, \-\-multi
Parse multiple files as one input stream.
.TP
.B \-v, \-\-verbose
More verbose parsing output (only errors by default).
.SH AUTHOR
This manpage was written by \fBKarol M. Langner\fR <\&karol.langner@gmail.com\&>
and \fBDaniel Leidert\fR <\&dleidert@debian.org\&> for the Debian
distribution (but may be used by others).
|