Skip to content

feat: implement argument parsing, remove zig-clap - #147

Merged
mgerb merged 1 commit into
mainfrom
dev
Aug 25, 2026
Merged

feat: implement argument parsing, remove zig-clap#147
mgerb merged 1 commit into
mainfrom
dev

Conversation

@mgerb

@mgerb mgerb commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Hand rolled argument parsing. It's somewhat trivial to implement and was fun to do with the help of Zig's comptime. It's not that much code and it's worth a little extra work to eliminate a dependency.

I had no issues with zig-clap. It worked well, just not totally necessary for my needs.

Hand rolled argument parsing. It's somewhat trivial to implement and was
fun to do with the help of Zig's comptime. It's not that much code and
it's worth a little extra work to eliminate a dependency.

I had no issues with zig-clap. It worked well, just not totally
necessary for my needs.
@mgerb
mgerb merged commit 84fbd10 into main Aug 25, 2026
1 check failed
@mgerb
mgerb deleted the dev branch August 25, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant