File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 <PackageVersion Include =" FSharp.Control.Reactive" Version =" 6.1.2" />
2020 <PackageVersion Include =" FSharp.Core" Version =" 9.0.300" />
2121 <PackageVersion Include =" FSharp.Data.Adaptive" Version =" 1.2.24" />
22- <PackageVersion Include =" FSharp.SystemCommandLine" Version =" 2.0.0-beta5.8 " />
22+ <PackageVersion Include =" FSharp.SystemCommandLine" Version =" 2.0.0-beta5.10 " />
2323 <PackageVersion Include =" FSharp.UMX" Version =" 1.1.0" />
2424 <PackageVersion Include =" FsHttp" Version =" 15.0.1" />
2525 <PackageVersion Include =" FsToolkit.ErrorHandling" Version =" 5.0.0" />
4242 <PackageVersion Include =" Suave" Version =" 2.7.0-beta1" />
4343 <PackageVersion Include =" System.IO.Pipelines" Version =" 9.0.7" />
4444 </ItemGroup >
45- </Project >
45+ </Project >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type PerlaOptions =
3636 option< Browser Set> " --browsers"
3737 |> alias " -b"
3838 |> desc " Version of the package to install"
39- |> arity ArgumentArity. ZeroOrMore
39+ |> arity ZeroOrMore
4040 |> allowMultipleArgumentsPerToken
4141 |> acceptOnlyFromAmong [ " chromium" ; " firefox" ; " webkit" ; " edge" ; " chrome" ]
4242 |> defaultValue Set.empty
@@ -64,7 +64,7 @@ type PerlaArguments =
6464 static member Properties =
6565 argument< string array> " properties"
6666 |> desc " A property, properties or json path-like string names to describe"
67- |> arity ArgumentArity. ZeroOrMore
67+ |> arity ZeroOrMore
6868 |> customParser( fun result ->
6969 result.Tokens |> Seq.map _. Value |> Seq.distinct |> Seq.toArray)
7070
You can’t perform that action at this time.
0 commit comments