ogcli/cli
Jose M. Guisado e81c38f098 Fix help messages
program name of subsequent parsers after the first one need their
"prog=" parameter specified so they do not show sys.argv[0] only.

With this patch, for example:

	ogcli list --help

Shows:

	usage: ogcli list [-h] {clients,scopes,modes,hardware,client}
	...

Instead of:

	usage: ogcli [-h] {clients,scopes,modes,hardware,client}
	...
2021-03-29 13:54:37 +02:00
..
objects Add WoL sending capability 2021-03-29 13:47:28 +02:00
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
cli.py Fix help messages 2021-03-29 13:54:37 +02:00
utils.py Add utils.py 2021-03-29 13:47:18 +02:00