sdispater / clikit

CliKit is a group of utilities to build beautiful and testable command line interfaces.
MIT License
72 stars 17 forks source link

add support for pastel 0.2.0 #10

Closed skunca closed 4 years ago

skunca commented 4 years ago

Latest pastel version replaces the underscore style with underline. This in turn breaks native Linux distro packages (e.g. poetry in Arch) that rely on current cleo -> clikit packages while grabbing the latest pastel package.

This change updates poetry to 0.2.0 and replaces the underscore ref with underline.

sdispater commented 4 years ago

Thanks!