Lines 71-78
GetOptions(
Link Here
|
71 |
'category=s' => $borrower_category, |
71 |
'category=s' => $borrower_category, |
72 |
'skip-category=s' => $skip_borrower_category, |
72 |
'skip-category=s' => $skip_borrower_category, |
73 |
'list-categories' => \$list_categories, |
73 |
'list-categories' => \$list_categories, |
74 |
'itemtype=s' => \$itemtype, |
74 |
'itemtype=s' => $itemtype, |
75 |
'skip-itemtype=s' => \$skip_itemtype, |
75 |
'skip-itemtype=s' => $skip_itemtype, |
76 |
'list-itemtypes' => \$list_itemtypes, |
76 |
'list-itemtypes' => \$list_itemtypes, |
77 |
); |
77 |
); |
78 |
|
78 |
|
79 |
- |
|
|