Skip to content

Commit 7c0dc12

Browse files
CopilotT-Gro
andcommitted
Update help baseline with --disableLanguageFeature option
Updated compiler_help_output.bsl to include the new --disableLanguageFeature CLI option in help output. Addresses comment from @T-Gro about updating help tests. Co-authored-by: T-Gro <[email protected]>
1 parent e818424 commit 7c0dc12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/misc/compiler_help_output.bsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Copyright (c) Microsoft Corporation. All Rights Reserved.
8080
- LANGUAGE -
8181
--langversion:? Display the allowed values for language version.
8282
--langversion:{version|latest|preview} Specify language version such as 'latest' or 'preview'.
83+
--disableLanguageFeature:<string> Disable a specific language feature by name.
8384
--checked[+|-] Generate overflow checks (off by default)
8485
--define:<string> Define conditional compilation symbols (Short form: -d)
8586
--mlcompatibility Ignore ML compatibility warnings

0 commit comments

Comments
 (0)