unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
208 stars 104 forks source link

Hide defaults for required arguments #205

Closed pederhan closed 2 months ago

pederhan commented 2 months ago

This PR hides the default argument (default:None) from the help text of required positional arguments. These positional arguments per definition don't have a default, since they are required, and thus it makes no sense to show a None default that will never be used.