gnucash-cli.1.in (gnucash-5.0.tar.bz2) | : | gnucash-cli.1.in (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
It has two modes: | It has two modes: | |||
.B quotes | .B quotes | |||
mode and | mode and | |||
.B report | .B report | |||
mode. | mode. | |||
.SH Quotes Mode (activated with --quotes <cmd>) | .SH Quotes Mode (activated with --quotes <cmd>) | |||
This mode has options to get online quotes for foreign currencies and stocks | This mode has options to get online quotes for foreign currencies and stocks | |||
in the given data file. It supports the following command: | in the given data file. It supports the following command: | |||
.IP info | ||||
Shows Finance::Quote version and exposed quote sources. | ||||
.IP get | .IP get | |||
Retrieves online quotes. Note this requires Finance::Quote to be properly | Retrieves online quotes. Note this requires Finance::Quote to be properly | |||
configured for your system. | configured for your system. | |||
The | The | |||
.B get | .B get | |||
command takes the following options: | command takes the following options: | |||
.IP --namespace=REGEXP | .IP --namespace=REGEXP | |||
Regular expression determining which namespace commodities will be retrieved. | Regular expression determining which namespace commodities will be retrieved. | |||
.IP dump | ||||
Fetches current quotes for specified currencies or stocks from a specified | ||||
namespace and print the results to the console. This must be followed with | ||||
a source and one or more symbols, unless the source is "currency" in which | ||||
case it must be followed with two or more symbols, the first of which is | ||||
the currency in which exchange rates for the rest will be quoted. | ||||
The | ||||
.B dump | ||||
command takes the option | ||||
.IP -v | ||||
.IP --verbose | ||||
Lists all of the parameters Finance::Quote returns for the symbol instead of | ||||
only the ones that Gnucash requires. | ||||
.SH Report Mode (activated with --report <cmd>) | .SH Report Mode (activated with --report <cmd>) | |||
This mode has options to work with reports in the given data file. | This mode has options to work with reports in the given data file. | |||
It supports the following command: | It supports the following command: | |||
.IP run | .IP run | |||
Runs a report on the given data file. | Runs a report on the given data file. | |||
The | The | |||
.B run | .B run | |||
command takes the following options: | command takes the following options: | |||
.IP --name=REPORT_NAME | .IP --name=REPORT_NAME | |||
skipping to change at line 63 | skipping to change at line 81 | |||
.IP --help | .IP --help | |||
Show this help message | Show this help message | |||
.IP --debug | .IP --debug | |||
Enable debugging mode: increasing logging to provide deep detail. | Enable debugging mode: increasing logging to provide deep detail. | |||
.IP --extra | .IP --extra | |||
Enable extra/development/debugging features. | Enable extra/development/debugging features. | |||
.IP --log | .IP --log | |||
Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}" | Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}" | |||
This option can be specified multiple times. | This option can be specified multiple times. | |||
.IP --logto | .IP --logto | |||
File to log into; defaults to "/tmp/gnucash.trace"; can be "stderr" or "stdout". | File to log into; defaults to "$TMPDIR/gnucash.trace"; use "stderr" or "stdout" | |||
to write to the terminal. | ||||
.SH FILES | .SH FILES | |||
.I ~/.gnucash/config.auto | .I ~/.gnucash/config.auto | |||
.RS | .RS | |||
Automatically generated per-user configuration file. DO NOT EDIT | Automatically generated per-user configuration file. DO NOT EDIT | |||
MANUALLY! | MANUALLY! | |||
.SH ENVIRONMENT | .SH ENVIRONMENT | |||
.IP GNC_DEBUG | .IP GNC_DEBUG | |||
Enable debugging output. This allows you to turn on the debugging | Enable debugging output. This allows you to turn on the debugging | |||
earlier in the startup process than you can with | earlier in the startup process than you can with | |||
.B --debug. | .B --debug. | |||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 20 lines changed or added |