.. | ||
man-pandoc-filter.py | ||
README.md | ||
update-man-pages.sh |
Manpage update tool
Utility to update dotnet-cli documentation from https://github.com/dotnet/docs.
Prerequisites
- Unix OS
python
in PATHpandoc
installedpandocfilters
package installedunzip
wget
orcurl
Usage
./update-man-pages.sh
Ubuntu example (from scratch)
sudo apt install -y pandoc python python-pip wget unzip < /dev/null
sudo pip install pandocfilters
git clone https://github.com/dotnet/cli
./Documentation/manpage/tool/update-man-pages.sh