aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cli.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index b493f58..0f67e43 100644
--- a/cli.py
+++ b/cli.py
@@ -1,4 +1,6 @@
+import sys
+
from datamaps.main import cli
if __name__ == '__main__':
- cli \ No newline at end of file
+ cli(sys.argv[1:]) \ No newline at end of file