mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
This reimplements the CLI interface to use Click, which in turn gives us a much easier to use interface as it provides help messages for all the commands and individual commands. Fixes #259