diff --git a/README.md b/README.md index 1aa4cbb..d363d02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flags +# flags A command-line argument parser for Zig. @@ -7,13 +7,3 @@ A command-line argument parser for Zig. See the [examples](examples/) for basic usage. Check out the [import guide](https://github.com/n0s4/flags/wiki/Import-Guide) to get set up using flags in your project. - -## Goals -- [ ] helpful docs -- [ ] decent tests -- [X] automatic help message generation -- [X] subcommands -- Support for parsing different types - - [ ] floats - - [ ] arrays for a fixed number of arguments (i.e `coordinate: [2]i32` => --coordinate 4 3) -