We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ebbb6 commit 6772ddcCopy full SHA for 6772ddc
README.md
@@ -19,7 +19,7 @@ go get github.com/conduitio/ecdysis
19
```
20
21
To create a new command, define a struct that implements `ecdysis.Command` and
22
-any other `ecdysis.CommandWih*` interfaces you need. The recommended pattern is
+any other `ecdysis.CommandWith*` interfaces you need. The recommended pattern is
23
to list the interfaces that the command implements in a `var` block.
24
25
```go
@@ -214,4 +214,4 @@ A full list of supported tags:
214
- `hidden`: Whether the flag is hidden (i.e. not shown in help)
215
216
For a more example on how to use persistent flags in subcommands, see the
217
-[example](./example).
+[example](./example).
0 commit comments