{"id":23864977,"url":"https://github.com/ceyhunkerti/argz","last_synced_at":"2026-02-24T00:04:23.259Z","repository":{"id":190013667,"uuid":"681765250","full_name":"ceyhunkerti/argz","owner":"ceyhunkerti","description":"command line argument parser for zig","archived":false,"fork":false,"pushed_at":"2025-02-16T20:26:54.000Z","size":10105,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T13:49:58.520Z","etag":null,"topics":["argument-parser","cli","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceyhunkerti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-22T17:57:21.000Z","updated_at":"2025-02-16T20:26:57.000Z","dependencies_parsed_at":"2024-12-27T21:23:24.973Z","dependency_job_id":"a4ead332-e613-4361-a623-89a9f74b71ce","html_url":"https://github.com/ceyhunkerti/argz","commit_stats":null,"previous_names":["ceyhunkerti/argz"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ceyhunkerti/argz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceyhunkerti%2Fargz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceyhunkerti%2Fargz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceyhunkerti%2Fargz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceyhunkerti%2Fargz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceyhunkerti","download_url":"https://codeload.github.com/ceyhunkerti/argz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceyhunkerti%2Fargz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29761959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argument-parser","cli","zig"],"created_at":"2025-01-03T08:46:55.617Z","updated_at":"2026-02-24T00:04:23.244Z","avatar_url":"https://github.com/ceyhunkerti.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argz: CLI application helper for Zig\n\nSupports:\n\n- Subcommands `app sub1 sub2`\n- Input options for primitive types `string` `integer` `boolean`\n- Chained options for boolean types `-abc` is same as `-a -b -c`\n- Flags for on/off behavior types\n- Typed arguments\n- Builtin and customizable help system\n- Hooks for attaching user functions to specified locations.\n\n\n## Installation\n\nUse zig fetch --save to pull a version of the library into your `build.zig.zon`. (This requires at least Zig 0.11.)\n\n```sh\nzig fetch --save \"https://github.com/ceyhunkerti/argz/archive/refs/tags/0.0.1.tar.gz\"\n```\n\nThen in your `build.zig` file\n```zig\n\n...\nconst argz = b.dependency(\"argz\", .{\n    .target = target,\n    .optimize = optimize,\n});\nexe.root_module.addImport(\"argz\", argz.module(\"argz\"));\n...\n\n```\n\nTo access help, add `-h` or `--help` option. This will print the attached help for the current command.\n\nSee [examples/help.zig](./examples/help.zig)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceyhunkerti%2Fargz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceyhunkerti%2Fargz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceyhunkerti%2Fargz/lists"}