I just wanted to upgrade your awesome library in my project from 4.2.2 to 4.4.0 and hence took a look at the CHANGELOG.
You list quite a lot of breaking changes. However the 4.4.0 code of ClicktCommand.kt doesn't seem to include those changes.
Specifically, the old constructor is still available. Also the methods commandHelp & commandHelpEpilog still have their old name.
I just wanted to upgrade your awesome library in my project from 4.2.2 to 4.4.0 and hence took a look at the CHANGELOG.
You list quite a lot of breaking changes. However the 4.4.0 code of ClicktCommand.kt doesn't seem to include those changes. Specifically, the old constructor is still available. Also the methods
commandHelp
&commandHelpEpilog
still have their old name.