revert incorrect removal of the internal server startup CLI
This commit is contained in:
parent
c3933bd9fd
commit
9b0e3d29fe
@ -220,6 +220,9 @@ def main():
|
||||
imprt.add_argument("--empty-id", dest="empty_id", action="store_true",
|
||||
help="workaround for weird Disqus XML exports, #135")
|
||||
|
||||
# run Isso as stand-alone server
|
||||
serve = subparser.add_parser("run", help="run server")
|
||||
|
||||
args = parser.parse_args()
|
||||
conf = config.load(join(dist.location, dist.project_name, "defaults.ini"), args.conf)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user