aboutsummaryrefslogtreecommitdiff
path: root/libs/args.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-22 07:39:07 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-22 07:39:07 +0200
commita7217345e1cf9fa878e271fcc199f9a18eb9637f (patch)
tree638d5bcc4e4388ebcb08c9e75ced9d759bb1f3f4 /libs/args.py
parent5c0cc8e2f4fd632445079abc7af1b65ca0d3a8e0 (diff)
Debug package
Diffstat (limited to 'libs/args.py')
-rw-r--r--libs/args.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/args.py b/libs/args.py
deleted file mode 100644
index 6ae54bf..0000000
--- a/libs/args.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-import argparse
-
-args_parser = argparse.ArgumentParser()
-args_parser.add_argument("resource", help="A JSON resource file.")
-args_parser.add_argument("destination", help="Start page folder name.")
-args = args_parser.parse_args()
-