Skip to content

n0s4/flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flags

An effortless command-line argument parser for Zig.

Features

  • Zero allocations.
  • Cross platform.
  • Single-function, declarative API.
  • Multi-level subcommands.
  • Automatic help message generation at comptime.
  • Customisable terminal coloring.

Getting Started

Check out the import guide to get set up using flags in your project.

See the examples for basic usage.