I've noticed that in some of our extensions, we are defining parameters as boolean options instead of using flags. It seems more intuitive to have a CLI users and much more in line with most other Linux commands to specify (for example):

--ssl-verify

instead of:

--ssl-verify=true

and requires far less handling/conversion/validation in our code.

_______________________________________________
Pulp-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to