This commit is contained in:
Ivan
2022-04-05 11:42:28 +03:00
commit 6dc0eb0fcf
5565 changed files with 1200500 additions and 0 deletions

16
thirdparty/CLI11/book/book.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"title": "CLI11 Tutorial",
"description": "A set of examples and detailed information about CLI11",
"author": "Henry Schreiner",
"plugins": [
"include-codeblock",
"term",
"hints"
],
"pluginsConfig": {
"include-codeblock": {
"unindent": true,
"fixlang": true
}
}
}