Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
n0s4 committed Oct 11, 2024
1 parent ff59507 commit dab67bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ An effortless command-line argument parser for Zig.
## Features

- Zero allocations.
- Declaratively define your command as a plain Zig type.
- Single-function API.
- Cross platform.
- Single-function, declarative API.
- Multi-level subcommands.
- Automatic help message generation at comptime.
- Customisable terminal coloring.

## Getting Started

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.

See the [examples](examples/) for basic usage.

0 comments on commit dab67bf

Please sign in to comment.