aboutsummaryrefslogtreecommitdiff
path: root/helpers/actions/command.py
blob: 96f72fe7d92ca272c63a2ed738752d9320e01a43 (plain) (blame)
1
2
3
4
5
6
def run(action, command="", **kwargs):
    # FIXME: todo
    pass

def description(action, command="", **kwargs):
    return "running command {}".format(command)