We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fe1e13 + ddb32f0 commit 5b553bbCopy full SHA for 5b553bb
src/FSharp.SystemCommandLine/Inputs.fs
@@ -222,7 +222,7 @@ module Input =
222
/// Sets a value that indicates whether multiple arguments are allowed for each option identifier token. (Defaults to 'false'.)
223
let allowMultipleArgumentsPerToken (input: ActionInput<'T>) =
224
input
225
- |> editOption (fun a -> a.AllowMultipleArgumentsPerToken <- true)
+ |> editOption (fun o -> o.AllowMultipleArgumentsPerToken <- true)
226
227
/// Hides an option or argument from the help output.
228
let hidden (input: ActionInput<'T>) =
0 commit comments