plugin/cli: provide a bit documentation

Better describe the plugin in the file level doc-string.
This commit is contained in:
Christian Kellner 2020-09-11 12:55:28 +02:00 committed by Tom Gundersen
parent e3ce5f7c7b
commit 4eeb998a60

View file

@ -1,4 +1,10 @@
"""osbild koji command line client integration""" """Koji osbuild integration - koji client plugin
This koji plugin provides a new 'osbuild-image' command for the koji
command line tool. It uses the 'osbuildImage' XMLRPC endpoint, that
is provided by the koji osbuild plugin for the koji hub.
"""
from pprint import pprint from pprint import pprint