mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-18 10:52:18 +00:00
Add linkmode --link
Symlinks files instead of copying them.
This commit is contained in:
parent
b47d2829f9
commit
829b4cc32f
3 changed files with 20 additions and 6 deletions
|
@ -70,6 +70,8 @@ def parser_func(release_version='unknown SBY version'):
|
|||
help="print the list of source files")
|
||||
parser.add_argument("--setup", action="store_true", dest="setupmode",
|
||||
help="set up the working directory and exit")
|
||||
parser.add_argument("--link", action="store_true", dest="linkmode",
|
||||
help="make symbolic links to source files instead of copying them")
|
||||
|
||||
parser.add_argument("--status", action="store_true", dest="status",
|
||||
help="summarize the contents of the status database")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue