summaryrefslogtreecommitdiffstats
path: root/scripts/func
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/func')
-rwxr-xr-xscripts/func4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/func b/scripts/func
index 2afb4e7..5e069f8 100755
--- a/scripts/func
+++ b/scripts/func
@@ -8,7 +8,7 @@ import distutils.sysconfig
import func.overlord.client as client
myname, argv = sys.argv[0], sys.argv[1:]
-cli = client.FuncCommandLine(myname, argv)
-cli.run()
+cli = client.FuncCommandLine()
+print cli.parse(argv)