jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
528 stars 47 forks source link

fix incorrect positional argument description of `delete` #132

Closed SaltyAimbOtter closed 1 year ago

SaltyAimbOtter commented 1 year ago

Just found this while trying to delete a version. The README uses version-or-alias but the description did not.

jimporter commented 1 year ago

Thanks for the patch (and sorry about the delay in following up). I looked over this code in some more detail, and I realized that my initial attempts at naming weren't great. I've fixed this more comprehensively in 300593c. Now "version-or-alias" is "identifier", and mike uses it more consistently across all the relevant commands.