We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adr generate toc [-t TEMPLATE_FILE]
Generate a table of contents (TOC) listing each ADR. The table of contents is generated in the same directory as the ADRs.
-t, -template TEMPLATE_FILE Optional template file used for the TOC. If no template is specified then:
-t, -template TEMPLATE_FILE
adr config tocTempateFile [path to template]
The text was updated successfully, but these errors were encountered:
Closed in release 3.4.0
Sorry, something went wrong.
adoble
No branches or pull requests
Usage
adr generate toc [-t TEMPLATE_FILE]
Description
Generate a table of contents (TOC) listing each ADR. The table of contents is generated in the same directory as the ADRs.
-t, -template TEMPLATE_FILE
Optional template file used for the TOC. If no template is specified then:adr config tocTempateFile [path to template]
is used.The text was updated successfully, but these errors were encountered: