Skip to content

Commit 1c16f73

Browse files
authored
Update README.md
1 parent 7dff0ef commit 1c16f73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ let main argv =
417417
)
418418
419419
// Transforms Option<string> to be used with the `rootCommand`
420-
HandlerInput.OfOption opt
420+
Input.OfOption opt
421421
422422
423423
rootCommand argv {
@@ -438,5 +438,5 @@ let csOpt =
438438
aliases = [| "-cs";"--connectionString" |],
439439
description = "An optional connection string to the server to import into"
440440
)
441-
|> HandlerInput.OfOption
441+
|> Input.OfOption
442442
```

0 commit comments

Comments
 (0)