Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
integrii committed Oct 28, 2019
1 parent 77dd075 commit 4bdfd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ print(flaggy.TrailingArguments[0])

# Supported Flag Types

Flaggy has specific functions for all basic types included in go as well as slice of those types. This includes:
Flaggy has specific flag types for all basic types included in go as well as a slice of any of those types. This includes all of the following types:

- string and []string
- bool and []bool
- all int types and all []int types
- all float types and all []float types
- all uint types and all []uint types
- all int types and all []int types

Other more specific types can also be used as flag types. They will be automatically parsed using the standard parsing functions included with those types in those packages. This includes:

Expand Down

0 comments on commit 4bdfd54

Please sign in to comment.