From 4eeb998a60ba7980ca80a6e00faab819f77b4e7b Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 11 Sep 2020 12:55:28 +0200 Subject: [PATCH] plugin/cli: provide a bit documentation Better describe the plugin in the file level doc-string. --- plugins/cli/osbuild.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/cli/osbuild.py b/plugins/cli/osbuild.py index 5893502..51bfaa7 100755 --- a/plugins/cli/osbuild.py +++ b/plugins/cli/osbuild.py @@ -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