Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n0s4 authored May 23, 2024
1 parent 7392aa3 commit 5f2b0bf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flags
# flags

A command-line argument parser for Zig.

Expand All @@ -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)

0 comments on commit 5f2b0bf

Please sign in to comment.