summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/minion/modules/command.py')
-rw-r--r--func/minion/modules/command.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/func/minion/modules/command.py b/func/minion/modules/command.py
index 9b93de5..cc463cf 100644
--- a/func/minion/modules/command.py
+++ b/func/minion/modules/command.py
@@ -18,6 +18,10 @@ import sub_process
class Command(func_module.FuncModule):
+ version = "0.0.1"
+ api_version = "0.0.1"
+ description = "Works with shell commands."
+
def run(self, command):
"""
Runs a command, returning the return code, stdout, and stderr as a tuple.