mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
Update pflag link in README (#444)
Cobra is not using ogier/pflag, but a fork of it.
This commit is contained in:
parent
7d22e77cce
commit
90687e7bfc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ and flags that are only available to that command.
|
|||
In the example above, 'port' is the flag.
|
||||
|
||||
Flag functionality is provided by the [pflag
|
||||
library](https://github.com/ogier/pflag), a fork of the flag standard library
|
||||
library](https://github.com/spf13/pflag), a fork of the flag standard library
|
||||
which maintains the same interface while adding POSIX compliance.
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue