Skip to content

Commit

Permalink
doc and version
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Jan 25, 2018
1 parent bfe5128 commit be1e0f8
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pynYNAB/scripts/README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
csvimport.py
------------
.. code-block::
usage: generate_doc.py [-h] [--email Email] [--password Password] [--budgetname BudgetName] [-import-duplicates] CSVpath schemaName [AccountName] Manually import a CSV into a nYNAB budget positional arguments: CSVpath The CSV file to import schemaName The CSV schema to use (see csv_schemas directory) AccountName The nYNAB account name to use optional arguments: -h, --help show this help message and exit --email Email The Email User ID for nYNAB --password Password The Password for nYNAB --budgetname BudgetName The nYNAB budget to use -import-duplicates Forces the import even if a duplicate (same date, account, amount, memo, payee) is found
ofximport.py
------------
.. code-block::
usage: generate_doc.py [-h] [--email Email] [--password Password] [--budgetname BudgetName] OFXPath Manually import an OFX into a nYNAB budget positional arguments: OFXPath The OFX file to import optional arguments: -h, --help show this help message and exit --email Email The Email User ID for nYNAB --password Password The Password for nYNAB --budgetname BudgetName The nYNAB budget to use
Command Line / Config File Arguments
====================================
Args that start with '--' (eg. --email) can also be set in the config file
(ynab.conf). The recognized syntax for setting (key, value) pairs is based
on the INI and YAML formats (e.g. key=value or foo=TRUE). For full
documentation of the differences from the standards please refer to the
ConfigArgParse documentation. If an arg is specified in more than one
place, then commandline values override config file values.
csvimport.py------------.. code-block:: usage: generate_doc.py [-h] [--email Email] [--password Password] [--budget_name BudgetName] [--import-duplicates] CSVpath schemaName [AccountName] Manually import a CSV into a nYNAB budget positional arguments: CSVpath The CSV file to import schemaName The CSV schema to use (see csv_schemas directory) AccountName The nYNAB account name to use optional arguments: -h, --help show this help message and exit --email Email The Email User ID for nYNAB --password Password The Password for nYNAB --budgetname BudgetName The nYNAB budget to use -import-duplicates Forces the import even if a duplicate (same date, account, amount, memo, payee) is foundofximport.py------------.. code-block:: usage: generate_doc.py [-h] [--email Email] [--password Password] [--budget_name BudgetName] OFXPath Manually import an OFX into a nYNAB budget positional arguments: OFXPath The OFX file to import optional arguments: -h, --help show this help message and exit --email Email The Email User ID for nYNAB --password Password The Password for nYNAB --budget_name BudgetName The nYNAB budget to useCommand Line / Config File Arguments====================================Args that start with '--' (eg. --email) can also be set in the config file(ynab.yaml, or its path passed by --config parameter).The recognized syntax for setting (key, value) pairs is basedon YAML format (key: value).If an arg is specified in more than oneplace, then commandline values override config file values.
Expand Down

0 comments on commit be1e0f8

Please sign in to comment.