1airrac(1) AirRAC airrac(1)
2
3
4
6 airracCommand-line utility for the C++ Simulated Revenue Accounting
7 (RAC) System Library
8
10 airrac [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
11 <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 airrac is a small program showing how to use the AirRAC library.
15
16 airrac accepts the following options:
17
18 --prefix
19 Show the AirRAC installation prefix.
20
21 -v, --version
22 Print the currently installed version of AirRAC on the standard
23 output.
24
25 -h, --help
26 Produce that message and show usage.
27
28 -b, --builtin
29 The sample BOM tree can be either built-in or parsed from an input
30 file. When that option is selected, an input file must then be given
31 with the -y/--yield option. When that option is not selected, the
32 airrac program builds a simple use case directly from internal hard-
33 coded parameters (yield rules).
34
35 -y, --yield <path-to-input-file>
36 Path (absolute or relative) of the (CSV) input file specifying the
37 yield rules.
38
39 -l, --log <path-to-output-log-file>
40 Path (absolute or relative) of the output log file.
41
42 See the output of the `airrac --help' command for default options.
43
45 airrac-config(1), airrac-library(3)
46
48 Please report any bugs to
49 https://sourceforge.net/apps/trac/airrac/report
50
52 Copyright © 2009-2011 Denis Arnaud
53
54 See the COPYING file for more information on the (LGPLv2+) license, or
55 directly on Internet:
56 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
57
58
59
60Version 1.00.1 Thu Jul 12 2018 airrac(1)