|
@@ -455,6 +455,9 @@ def get_parser():
|
455
|
455
|
actions.add_argument('-m', '--make', metavar='TARGET', type=str,
|
456
|
456
|
nargs="?", default='not',
|
457
|
457
|
help='Run make for selected instances')
|
|
458
|
+ actions.add_arguments('-s', '--static_url', type=str, nargs="?",
|
|
459
|
+ default='http://127.0.0.1/static/', metavar='static_url',
|
|
460
|
+ help='Set an url for static documents')
|
458
|
461
|
actions.add_argument('--nginx-conf', action='store_const',
|
459
|
462
|
default = False, const=True,
|
460
|
463
|
help="Output a conf for nginx given selected instances")
|