Skip to content

Commit

Permalink
Reformat as a table
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Nov 12, 2024
1 parent 3117413 commit cb64d00
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ And you can use your favorite flag or cli library!

## Supported flags and cli libraries:

- [x] [flag] - [example](./examples/flag/main.go)
- [x] [spf13/pflag] - [example](./examples/pflag/main.go)
- [x] [spf13/cobra] - [example](.examples/cobra/main.go)
- [ ] [spf13/viper]
- [x] [urfave/cli] - [example](./urfave_cli/main.go)
- [x] [kingpin] - [example](./examples/kingpin/main.go)
| | |
| --- | --- |
| <ul><li>[x] [flag]</li><ul> | [example](./examples/flag/main.go) |
| <ul><li>[x] [spf13/pflag]</li></ul> | [example](./examples/pflag/main.go) |
| <ul><li>[x] [spf13/cobra]</li></ul> | [example](./examples/cobra/main.go) |
| <ul><li>[ ] [spf13/viper]</li><ul> | |
| <ul><li>[x] [urfave/cli]</li></ul> | [example](./example/urfave_cli/main.go) |
| <ul><li>[x] [kingpin]</li></ul> | [example](./examples/kingpin/main.go) |

[flag]: https://golang.org/pkg/flag/
[spf13/pflag]: https://github.com/spf13/pflag
Expand Down

0 comments on commit cb64d00

Please # to comment.