LibOFX
|
Where the command line options are stored. More...
#include <cmdline.h>
Data Fields | |
const char * | help_help |
Print help and exit help description. | |
const char * | version_help |
Print version and exit help description. | |
char * | fid_arg |
FI identifier. | |
char * | fid_orig |
FI identifier original value given at command line. | |
const char * | fid_help |
FI identifier help description. | |
char * | org_arg |
FI org tag. | |
char * | org_orig |
FI org tag original value given at command line. | |
const char * | org_help |
FI org tag help description. | |
char * | bank_arg |
IBAN bank identifier. | |
char * | bank_orig |
IBAN bank identifier original value given at command line. | |
const char * | bank_help |
IBAN bank identifier help description. | |
char * | broker_arg |
Broker identifier. | |
char * | broker_orig |
Broker identifier original value given at command line. | |
const char * | broker_help |
Broker identifier help description. | |
char * | user_arg |
User name. | |
char * | user_orig |
User name original value given at command line. | |
const char * | user_help |
User name help description. | |
char * | pass_arg |
Password. | |
char * | pass_orig |
Password original value given at command line. | |
const char * | pass_help |
Password help description. | |
char * | acct_arg |
Account ID. | |
char * | acct_orig |
Account ID original value given at command line. | |
const char * | acct_help |
Account ID help description. | |
int | type_arg |
Account Type 1=checking 2=invest 3=ccard. | |
char * | type_orig |
Account Type 1=checking 2=invest 3=ccard original value given at command line. | |
const char * | type_help |
Account Type 1=checking 2=invest 3=ccard help description. | |
long | past_arg |
How far back to look from today (in days). | |
char * | past_orig |
How far back to look from today (in days) original value given at command line. | |
const char * | past_help |
How far back to look from today (in days) help description. | |
char * | url_arg |
Url to POST the data to (otherwise goes to stdout). | |
char * | url_orig |
Url to POST the data to (otherwise goes to stdout) original value given at command line. | |
const char * | url_help |
Url to POST the data to (otherwise goes to stdout) help description. | |
int | trid_arg |
Transaction id. | |
char * | trid_orig |
Transaction id original value given at command line. | |
const char * | trid_help |
Transaction id help description. | |
const char * | statement_req_help |
Request for a statement help description. | |
const char * | accountinfo_req_help |
Request for a list of accounts help description. | |
const char * | payment_req_help |
Request to make a payment help description. | |
const char * | paymentinquiry_req_help |
Request to inquire about the status of a payment help description. | |
unsigned int | help_given |
Whether help was given. | |
unsigned int | version_given |
Whether version was given. | |
unsigned int | fid_given |
Whether fid was given. | |
unsigned int | org_given |
Whether org was given. | |
unsigned int | bank_given |
Whether bank was given. | |
unsigned int | broker_given |
Whether broker was given. | |
unsigned int | user_given |
Whether user was given. | |
unsigned int | pass_given |
Whether pass was given. | |
unsigned int | acct_given |
Whether acct was given. | |
unsigned int | type_given |
Whether type was given. | |
unsigned int | past_given |
Whether past was given. | |
unsigned int | url_given |
Whether url was given. | |
unsigned int | trid_given |
Whether trid was given. | |
unsigned int | statement_req_given |
Whether statement-req was given. | |
unsigned int | accountinfo_req_given |
Whether accountinfo-req was given. | |
unsigned int | payment_req_given |
Whether payment-req was given. | |
unsigned int | paymentinquiry_req_given |
Whether paymentinquiry-req was given. | |
char ** | inputs |
unnamed options (options without names) | |
unsigned | inputs_num |
unnamed options number | |
int | command_group_counter |
Counter for group command. | |
char * | import_format_arg |
Force the file format of the file(s) specified (default='AUTODETECT'). | |
char * | import_format_orig |
Force the file format of the file(s) specified original value given at command line. | |
const char * | import_format_help |
Force the file format of the file(s) specified help description. | |
const char * | list_import_formats_help |
List available import file formats 'import-format' command help description. | |
int | msg_parser_flag |
Output file parsing messages (default=off). | |
const char * | msg_parser_help |
Output file parsing messages help description. | |
int | msg_debug_flag |
Output messages meant for debugging (default=off). | |
const char * | msg_debug_help |
Output messages meant for debugging help description. | |
int | msg_warning_flag |
Output warning messages about abnormal conditions and unknown constructs (default=on). | |
const char * | msg_warning_help |
Output warning messages about abnormal conditions and unknown constructs help description. | |
int | msg_error_flag |
Output error messages (default=on). | |
const char * | msg_error_help |
Output error messages help description. | |
int | msg_info_flag |
Output informational messages about the progress of the library (default=on). | |
const char * | msg_info_help |
Output informational messages about the progress of the library help description. | |
int | msg_status_flag |
Output status messages (default=on). | |
const char * | msg_status_help |
Output status messages help description. | |
unsigned int | import_format_given |
Whether import-format was given. | |
unsigned int | list_import_formats_given |
Whether list-import-formats was given. | |
unsigned int | msg_parser_given |
Whether msg_parser was given. | |
unsigned int | msg_debug_given |
Whether msg_debug was given. | |
unsigned int | msg_warning_given |
Whether msg_warning was given. | |
unsigned int | msg_error_given |
Whether msg_error was given. | |
unsigned int | msg_info_given |
Whether msg_info was given. | |
unsigned int | msg_status_given |
Whether msg_status was given. |
Where the command line options are stored.
Definition at line 42 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::accountinfo_req_given |
Whether accountinfo-req was given.
Definition at line 98 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::accountinfo_req_help |
Request for a list of accounts help description.
Definition at line 80 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::acct_arg |
Account ID.
Definition at line 64 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::acct_given |
Whether acct was given.
Definition at line 92 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::acct_help |
Account ID help description.
Definition at line 66 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::acct_orig |
Account ID original value given at command line.
Definition at line 65 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
char* gengetopt_args_info::bank_arg |
IBAN bank identifier.
Definition at line 52 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::bank_given |
Whether bank was given.
Definition at line 88 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::bank_help |
IBAN bank identifier help description.
Definition at line 54 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::bank_orig |
IBAN bank identifier original value given at command line.
Definition at line 53 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
char* gengetopt_args_info::broker_arg |
Broker identifier.
Definition at line 55 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::broker_given |
Whether broker was given.
Definition at line 89 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::broker_help |
Broker identifier help description.
Definition at line 57 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::broker_orig |
Broker identifier original value given at command line.
Definition at line 56 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
int gengetopt_args_info::command_group_counter |
Counter for group command.
Definition at line 104 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::fid_arg |
FI identifier.
Definition at line 46 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::fid_given |
Whether fid was given.
Definition at line 86 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::fid_help |
FI identifier help description.
Definition at line 48 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::fid_orig |
FI identifier original value given at command line.
Definition at line 47 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
unsigned int gengetopt_args_info::help_given |
Whether help was given.
Definition at line 84 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char * gengetopt_args_info::help_help |
Print help and exit help description.
Definition at line 44 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::import_format_arg |
Force the file format of the file(s) specified (default='AUTODETECT').
Definition at line 46 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::import_format_given |
Whether import-format was given.
Definition at line 65 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::import_format_help |
Force the file format of the file(s) specified help description.
Definition at line 48 of file ofxdump/cmdline.h.
char* gengetopt_args_info::import_format_orig |
Force the file format of the file(s) specified original value given at command line.
Definition at line 47 of file ofxdump/cmdline.h.
char ** gengetopt_args_info::inputs |
unnamed options (options without names)
Definition at line 102 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_init(), and main().
unsigned gengetopt_args_info::inputs_num |
unnamed options number
Definition at line 103 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_init(), and main().
unsigned int gengetopt_args_info::list_import_formats_given |
Whether list-import-formats was given.
Definition at line 66 of file ofxdump/cmdline.h.
Referenced by main().
const char* gengetopt_args_info::list_import_formats_help |
List available import file formats 'import-format' command help description.
Definition at line 49 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_debug_flag |
Output messages meant for debugging (default=off).
Definition at line 52 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_debug_given |
Whether msg_debug was given.
Definition at line 68 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_debug_help |
Output messages meant for debugging help description.
Definition at line 53 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_error_flag |
Output error messages (default=on).
Definition at line 56 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_error_given |
Whether msg_error was given.
Definition at line 70 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_error_help |
Output error messages help description.
Definition at line 57 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_info_flag |
Output informational messages about the progress of the library (default=on).
Definition at line 58 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_info_given |
Whether msg_info was given.
Definition at line 71 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_info_help |
Output informational messages about the progress of the library help description.
Definition at line 59 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_parser_flag |
Output file parsing messages (default=off).
Definition at line 50 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_parser_given |
Whether msg_parser was given.
Definition at line 67 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_parser_help |
Output file parsing messages help description.
Definition at line 51 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_status_flag |
Output status messages (default=on).
Definition at line 60 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_status_given |
Whether msg_status was given.
Definition at line 72 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_status_help |
Output status messages help description.
Definition at line 61 of file ofxdump/cmdline.h.
int gengetopt_args_info::msg_warning_flag |
Output warning messages about abnormal conditions and unknown constructs (default=on).
Definition at line 54 of file ofxdump/cmdline.h.
Referenced by main().
unsigned int gengetopt_args_info::msg_warning_given |
Whether msg_warning was given.
Definition at line 69 of file ofxdump/cmdline.h.
const char* gengetopt_args_info::msg_warning_help |
Output warning messages about abnormal conditions and unknown constructs help description.
Definition at line 55 of file ofxdump/cmdline.h.
char* gengetopt_args_info::org_arg |
FI org tag.
Definition at line 49 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::org_given |
Whether org was given.
Definition at line 87 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::org_help |
FI org tag help description.
Definition at line 51 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::org_orig |
FI org tag original value given at command line.
Definition at line 50 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
char* gengetopt_args_info::pass_arg |
Password.
Definition at line 61 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::pass_given |
Whether pass was given.
Definition at line 91 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::pass_help |
Password help description.
Definition at line 63 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::pass_orig |
Password original value given at command line.
Definition at line 62 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
long gengetopt_args_info::past_arg |
How far back to look from today (in days).
Definition at line 70 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::past_given |
Whether past was given.
Definition at line 94 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::past_help |
How far back to look from today (in days) help description.
Definition at line 72 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::past_orig |
How far back to look from today (in days) original value given at command line.
Definition at line 71 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
unsigned int gengetopt_args_info::payment_req_given |
Whether payment-req was given.
Definition at line 99 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::payment_req_help |
Request to make a payment help description.
Definition at line 81 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::paymentinquiry_req_given |
Whether paymentinquiry-req was given.
Definition at line 100 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::paymentinquiry_req_help |
Request to inquire about the status of a payment help description.
Definition at line 82 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::statement_req_given |
Whether statement-req was given.
Definition at line 97 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::statement_req_help |
Request for a statement help description.
Definition at line 79 of file ofxconnect/cmdline.h.
int gengetopt_args_info::trid_arg |
Transaction id.
Definition at line 76 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::trid_given |
Whether trid was given.
Definition at line 96 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::trid_help |
Transaction id help description.
Definition at line 78 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::trid_orig |
Transaction id original value given at command line.
Definition at line 77 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
int gengetopt_args_info::type_arg |
Account Type 1=checking 2=invest 3=ccard.
Definition at line 67 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::type_given |
Whether type was given.
Definition at line 93 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::type_help |
Account Type 1=checking 2=invest 3=ccard help description.
Definition at line 69 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::type_orig |
Account Type 1=checking 2=invest 3=ccard original value given at command line.
Definition at line 68 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
char* gengetopt_args_info::url_arg |
Url to POST the data to (otherwise goes to stdout).
Definition at line 73 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::url_given |
Whether url was given.
Definition at line 95 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::url_help |
Url to POST the data to (otherwise goes to stdout) help description.
Definition at line 75 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::url_orig |
Url to POST the data to (otherwise goes to stdout) original value given at command line.
Definition at line 74 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
char* gengetopt_args_info::user_arg |
User name.
Definition at line 58 of file ofxconnect/cmdline.h.
unsigned int gengetopt_args_info::user_given |
Whether user was given.
Definition at line 90 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char* gengetopt_args_info::user_help |
User name help description.
Definition at line 60 of file ofxconnect/cmdline.h.
char* gengetopt_args_info::user_orig |
User name original value given at command line.
Definition at line 59 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
unsigned int gengetopt_args_info::version_given |
Whether version was given.
Definition at line 85 of file ofxconnect/cmdline.h.
Referenced by cmdline_parser_dump().
const char * gengetopt_args_info::version_help |
Print version and exit help description.
Definition at line 45 of file ofxconnect/cmdline.h.