Add symlink parameter to resolve script runtime

This commit is contained in:
Neil Hanlon 2022-07-11 21:14:08 -04:00
parent 911f835bfb
commit 6b236b7b5f
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ parser = argparse.ArgumentParser(description="Peridot Sync and Compose")
# All of our options
parser.add_argument('--release', type=str, help="Major Release Version or major-type (eg 9-beta)", required=True)
parser.add_argument('--symlink', action='store_true', help="symlink")
parser.add_argument('--logger', type=str)
# Parse them