mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
Add an option to specify lfs path
Reviewed By: rsunkad Differential Revision: D24750170 fbshipit-source-id: 5c48ab812b5438a33713315faf83e7a21a3c4eae
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d2c5ebaeb9
commit
765390bd50
@@ -983,6 +983,11 @@ def parse_args():
|
||||
action="store_true",
|
||||
default=False,
|
||||
)
|
||||
add_common_arg(
|
||||
"--lfs-path",
|
||||
help="Provide a parent directory for lfs when fbsource is unavailable",
|
||||
default=None,
|
||||
)
|
||||
|
||||
ap = argparse.ArgumentParser(
|
||||
description="Get and build dependencies and projects", parents=[common_args]
|
||||
|
Reference in New Issue
Block a user