summaryrefslogtreecommitdiff
path: root/src/pyssg/pyssg.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 14:37:31 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 14:37:31 -0600
commit30c699f96429598b9ff88103971ccf689e163799 (patch)
tree3d8c1336596de459426a08934d3deed659299887 /src/pyssg/pyssg.py
parent8f04b57f1adff758e74c255e448f8e2e9e861982 (diff)
fix required base url and tag header substitutionv0.2.1
Diffstat (limited to 'src/pyssg/pyssg.py')
-rw-r--r--src/pyssg/pyssg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyssg/pyssg.py b/src/pyssg/pyssg.py
index 3f8cb8d..3cda0bc 100644
--- a/src/pyssg/pyssg.py
+++ b/src/pyssg/pyssg.py
@@ -21,7 +21,7 @@ def get_options() -> Namespace:
help='''dst directory; generated (and transfered html)
files; defaults to 'dst' ''')
parser.add_argument('-u', '--url',
- required=True,
+ default='',
type=str,
help='''base url without trailing slash''')
parser.add_argument('-i', '--init',