mirror of https://github.com/spf13/cobra.git
Fix a couple typos (#621)
This commit is contained in:
parent
0c34d16c31
commit
f91529fc60
|
@ -173,9 +173,9 @@ hello.yml test.json
|
|||
|
||||
So while there are many other files in the CWD it only shows me subdirs and those with valid extensions.
|
||||
|
||||
# Specifiy custom flag completion
|
||||
# Specify custom flag completion
|
||||
|
||||
Similar to the filename completion and filtering using cobra.BashCompFilenameExt, you can specifiy
|
||||
Similar to the filename completion and filtering using cobra.BashCompFilenameExt, you can specify
|
||||
a custom flag completion function with cobra.BashCompCustom:
|
||||
|
||||
```go
|
||||
|
|
Loading…
Reference in New Issue