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.
README.md
1 parent b4183e8 commit 8aabf8fCopy full SHA for 8aabf8f
README.md
@@ -150,9 +150,9 @@ type Options struct {
150
```
151
152
You can Set `Required` to let it know if it should ask for arguments.
153
-Or you can set `Validata` as a lambda function to make it know while value is valid.
+Or you can set `Validate` as a lambda function to make it know while value is valid.
154
Or you can set `Help` for your beautiful help document.
155
-Or you can set `Default` will set the default value if user do not give your programme a value.
+Or you can set `Default` will set the default value if user does not provide a value.
156
157
Example:
158
0 commit comments