3
0
Fork 0
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:
Krystine Sherwin 2025-06-23 16:17:18 +12:00
parent b47d2829f9
commit 829b4cc32f
No known key found for this signature in database
3 changed files with 20 additions and 6 deletions

View file

@ -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")