commit eb73f8c98c0f9fe09676070bd5d61807df29bc2d parent 160d9a7954964ecb2d72012beb189c3e53805d52 Author: MS <ms@taler.net> Date: Thu, 11 Jun 2020 16:31:58 +0200 help message Diffstat:
| M | cli/libeufin-cli-new | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/cli/libeufin-cli-new b/cli/libeufin-cli-new @@ -10,7 +10,12 @@ from requests import post, get, auth from urllib.parse import urljoin from getpass import getpass -@click.group() +@click.group(help=""" +General utility to invoke HTTP REST services offered by Nexus. +Consider also invoking the 'nexus' command directly, for example +to create new users. +""" +) def cli(): pass