issues
search
Gandi
/
gandi.cli
⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347
stars
62
forks
source link
Fix type issue with click >= 7.1
#301
Closed
romuald
closed
4 years ago
romuald
commented
4 years ago
click expects a str (bytes) type on python2, cast the unicode return of the API to str beforehand
click.Choice has a new parameter: case_sensitive