\documentclass{article} \usepackage[a4paper]{geometry} \title{ Console Readme Generator } \author{ Sam Wilson } \date{ 2022 March 25 (Friday), 3:04AM } \begin{document} \maketitle \tableofcontents I've made a little Symfony tool for generating CLI usage documentation in Readme files: \url{https://github.com/samwilson/console-readme-generator} So far I've not added it to many projects, but will do so. I mostly want to use it as a CI step to help keep Readme docs up to date with changes in Console commands. Here's an example of the output: \url{https://github.com/wikimedia/ws-export/#cli-usage} \end{document}