Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Merge pull request #20 from deginner/master
Browse files Browse the repository at this point in the history
relative paths for CLI
  • Loading branch information
atlithorn committed Nov 28, 2015
2 parents c7fa075 + 9414e0b commit b1e9f4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_swagger_spec.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import os
import sys
import argparse
import json
import pkg_resources
from flask_swagger import swagger

sys.path.append(os.getcwd())

parser = argparse.ArgumentParser()
parser.add_argument('app', help='the flask app to swaggerify')
#parser.add_argument('--definitions', help='json definitions file')
Expand Down

0 comments on commit b1e9f4c

Please sign in to comment.