docs(docs): updated docs with new feature

This commit is contained in:
Christopher Pickering 2022-09-12 12:53:16 +02:00
parent bbcde2b426
commit 0111619870
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -376,5 +376,23 @@
"value": "\"format_css\": true\n\"css\": {\n \"indent_size\": 5\n }"
}
]
},
{
"name": "files",
"description": {
"en": "A list of paths to use as djlint's source. When this option is specfied, the command line souce must be `-` as if using stdin.",
"ru": "Список путей для использования в качестве источника djlint. Когда указана эта опция, источник командной строки должен быть `-`, как при использовании stdin.",
"fr": "Une liste de chemins à utiliser comme source de djlint. Lorsque cette option est spécifiée, la source de la ligne de commande doit être `-` comme si vous utilisiez stdin."
},
"usage": [
{
"name": "pyproject.toml",
"value": "[tool.djlint]\nfiles=[\"index.html\"]\n"
},
{
"name": ".djlintrc",
"value": "\"files\": [\n \"index.html\"\n }"
}
]
}
]