1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00
github.com_openSUSE_osc/doc/plugins/request_list.py

14 lines
222 B
Python
Raw Normal View History

import osc.commandline
class RequestListCommand(osc.commandline.OscCommand):
"""
List requests
"""
name = "list"
parent = "RequestCommand"
def run(self, args):
print("Listing requests")