active
last updated:

account_dir

Load all the accounts from the JSON files found in the specified DIRECTORY (see also the `--account` flag). If the ledger already exists then this parameter is silently ignored"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "account_dir",
  "properties": {
    "long": "account-dir",
    "value_name": "DIRECTORY",
    "validator": "|value| {\n                    value\n                        .parse::<PathBuf>()\n                        .map_err",
    "and_then": "|path| {\n                            if path.exists() && path.is_dir() {\n                                Ok",
    "takes_value": "true",
    "multiple": "true",
    "help": "\n                    \"Load all the accounts from the JSON files found in the specified DIRECTORY \\\n                     (see also the `--account` flag). If the ledger already exists then this \\\n                     parameter is silently ignored\",\n                "
  },
  "isDeprecated": false
}