mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Initial draft of observation
This commit is contained in:
@@ -108,6 +108,8 @@ def create_parser():
|
||||
help='Enable experimental string processing.')
|
||||
parser.add_argument('--enable-experimental-reflection', action='store_true',
|
||||
help='Enable experimental reflection.')
|
||||
parser.add_argument('--enable-experimental-observation', action='store_true',
|
||||
help='Enable experimental observation.')
|
||||
parser.add_argument('-swift-version', metavar='N',
|
||||
help='the Swift version to use')
|
||||
parser.add_argument('-show-overlay', action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user