diff options
Diffstat (limited to 'helpers/actions/command.py')
-rw-r--r-- | helpers/actions/command.py | 6 |
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 @@ | |||
1 | def run(action, command="", **kwargs): | ||
2 | # FIXME: todo | ||
3 | pass | ||
4 | |||
5 | def description(action, command="", **kwargs): | ||
6 | return "running command {}".format(command) | ||