Hi,
would it be possible to 'automagically' print out the help when no further Options are given or to activate this behavior via say 'export GROMMUNIO_ADMIN_AUTOHELP=true'.
gromi:~ # grommunio-admin user
Missing command. Use --help for more info.
gromi:~ # grommunio-admin user --help
usage: grommunio-admin user [-h] {delete,list,show} ...
positional arguments:
{delete,list,show}
delete Delete user
list List users
show Show detailed information about user
optional arguments:
-h, --help show this help message and exit
gromi:~ #