aboutsummaryrefslogtreecommitdiff
path: root/helpers/actions/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/actions/command.py')
-rw-r--r--helpers/actions/command.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/helpers/actions/command.py b/helpers/actions/command.py
new file mode 100644
index 0000000..96f72fe
--- /dev/null
+++ b/helpers/actions/command.py
@@ -0,0 +1,6 @@
1def run(action, command="", **kwargs):
2 # FIXME: todo
3 pass
4
5def description(action, command="", **kwargs):
6 return "running command {}".format(command)