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.
1 parent d3dbaa3 commit ddb32f0Copy full SHA for ddb32f0
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
/// Converts an `Option<'T>` to an `ActionInput<'T>` for usage with the command builders.
228
let ofOption (o: Option<'T>) =
0 commit comments