Closed aegiap closed 5 years ago
@aegiap maybe we can patch with https://github.com/Gandi/gandi.cli/pull/271 ?
@grigouze we need to plan an update of the code to support the change of default handling in the parameters.
It would be nice to have the quickfix merged in the master, and a new issue opened for the migration to python-click > 6.7 ♥
@jvoisin It's merged :smiley_cat:
Hi all. Is there any update on the migration to python-click > 6.7? We're up to python-click 7.0 now, and there is still this requirement for < 6.7.
@tombugs yes there is a new PR #276
Fixed with new release 1.4
On Debian buster, with a release 1.2 installed and python-click in a version 6.7+git20180829-1 (pre 6.8), the GANDI CLI throw error on bg parameter for some command.
The same command is working fine with the same release of gandi.cli (1.2) and python-click 6.7 in a virtualenv.
Could be related to https://github.com/pallets/click/issues/793 which change default in handling the long and short parameters in python-click.