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
}