Added new option to console.py

This commit is contained in:
Antonio de la Rosa 2016-05-04 05:27:24 +02:00
parent fa86bb8926
commit 5474134f74

View file

@ -15,6 +15,8 @@ def start():
parser.add_argument('--path', help='The path where the paramecio site is located', required=True) parser.add_argument('--path', help='The path where the paramecio site is located', required=True)
parser.add_argument('--modules', help='A list separated by commas with the git repos for download modules for this site', required=False)
parser.add_argument('--symlink', help='Set if create direct symlink to paramecio in new site', required=False, nargs='?', const='1') parser.add_argument('--symlink', help='Set if create direct symlink to paramecio in new site', required=False, nargs='?', const='1')
args=parser.parse_args() args=parser.parse_args()