adjust cli plugin config description
This commit is contained in:
parent
ded43dec53
commit
1ec14ec5dc
8 changed files with 52 additions and 36 deletions
6
tests/test_cli/data/cli_plugins2/plugin2.py
Normal file
6
tests/test_cli/data/cli_plugins2/plugin2.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from koji.plugin import export_cli
|
||||
|
||||
|
||||
@export_cli
|
||||
def foo5():
|
||||
pass
|
||||
8
tests/test_cli/data/cli_plugins2/plugin3.py
Normal file
8
tests/test_cli/data/cli_plugins2/plugin3.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from koji.plugin import export_cli, export_as
|
||||
|
||||
|
||||
@export_as('foo6')
|
||||
@export_cli
|
||||
def foo():
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue