tinyssg 0.0.2__py3-none-any.whl → 0.0.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tinyssg/__main__.py +1 -1
- {tinyssg-0.0.2.dist-info → tinyssg-0.0.5.dist-info}/METADATA +1 -1
- tinyssg-0.0.5.dist-info/RECORD +5 -0
- tinyssg-0.0.2.dist-info/RECORD +0 -5
- {tinyssg-0.0.2.dist-info → tinyssg-0.0.5.dist-info}/WHEEL +0 -0
- {tinyssg-0.0.2.dist-info → tinyssg-0.0.5.dist-info}/top_level.txt +0 -0
tinyssg/__main__.py
CHANGED
@@ -677,7 +677,7 @@ class TinySSG:
|
|
677
677
|
"""
|
678
678
|
Set the argument parser
|
679
679
|
"""
|
680
|
-
parser = argparse.ArgumentParser(description='TinySSG Simple Static Site Generate Tool')
|
680
|
+
parser = argparse.ArgumentParser(prog='python -m tinyssg', description='TinySSG Simple Static Site Generate Tool')
|
681
681
|
parser.add_argument('mode', choices=['dev', 'gen', 'cls', 'serv', 'servreload', 'config'], help='Select the mode to run (gen = Generate HTML files, dev = Run the debug server)')
|
682
682
|
parser.add_argument('--port', '-P', type=int, default=8000, help='Port number for the debug server')
|
683
683
|
parser.add_argument('--page', '-p', type=str, default='pages', help='Page file path')
|
@@ -0,0 +1,5 @@
|
|
1
|
+
tinyssg/__main__.py,sha256=ahz5C5AR4RRTw5Cv5y0AUI7GtrpRtR9p6fL9Wesvfmk,27125
|
2
|
+
tinyssg-0.0.5.dist-info/METADATA,sha256=8FgJojd0aXYnXCkPScTCyelAXWX-TNTfk3dSlWxuEck,5068
|
3
|
+
tinyssg-0.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
4
|
+
tinyssg-0.0.5.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
|
5
|
+
tinyssg-0.0.5.dist-info/RECORD,,
|
tinyssg-0.0.2.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
tinyssg/__main__.py,sha256=GLod3OWVhhQ3H6IyDEufsKP-FPdNPX3L7X4va4hqs6A,27099
|
2
|
-
tinyssg-0.0.2.dist-info/METADATA,sha256=HvWlAGDOHlWnnjFD2-NOoJPE01rybW_7OPHxpDCXjdA,5068
|
3
|
-
tinyssg-0.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
4
|
-
tinyssg-0.0.2.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
|
5
|
-
tinyssg-0.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|