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 7dff0ef commit 1c16f73Copy full SHA for 1c16f73
1 file changed
README.md
@@ -417,7 +417,7 @@ let main argv =
417
)
418
419
// Transforms Option<string> to be used with the `rootCommand`
420
- HandlerInput.OfOption opt
+ Input.OfOption opt
421
422
423
rootCommand argv {
@@ -438,5 +438,5 @@ let csOpt =
438
aliases = [| "-cs";"--connectionString" |],
439
description = "An optional connection string to the server to import into"
440
441
- |> HandlerInput.OfOption
+ |> Input.OfOption
442
```
0 commit comments