summaryrefslogtreecommitdiffstats
path: root/func/overlord/base_command.py
diff options
context:
space:
mode:
authorKrzysztof A. Adamski <krzysztofa@gmail.com>2008-05-31 07:34:41 -0400
committerKrzysztof A. Adamski <krzysztofa@gmail.com>2008-05-31 07:34:41 -0400
commitea70b80d0378b21da53166f76e796692ecf20b33 (patch)
tree1711edac7f43b110624b55eda8ffabbc17c80f0b /func/overlord/base_command.py
parent3a66e1bfe011bc8ffc42ad8dcda672c76af8352d (diff)
downloadthird_party-func-ea70b80d0378b21da53166f76e796692ecf20b33.tar.gz
third_party-func-ea70b80d0378b21da53166f76e796692ecf20b33.tar.xz
third_party-func-ea70b80d0378b21da53166f76e796692ecf20b33.zip
Added --async option to 'call' cmd_module.
Diffstat (limited to 'func/overlord/base_command.py')
-rw-r--r--func/overlord/base_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/func/overlord/base_command.py b/func/overlord/base_command.py
index d2f9a9f..bacb005 100644
--- a/func/overlord/base_command.py
+++ b/func/overlord/base_command.py
@@ -28,4 +28,5 @@ class BaseCommand(command.Command):
port=self.port,
interactive=self.interactive,
verbose=self.verbose,
- config=self.config)
+ config=self.config,
+ async=self.options.async)