plugin/cli: provide a bit documentation
Better describe the plugin in the file level doc-string.
This commit is contained in:
parent
e3ce5f7c7b
commit
4eeb998a60
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue