option_parser9

Version, currently main branch1 version
  • main branchlatestJun 23, 2026

github.com/kojix2/option_parser9

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  option_parser9:
    github: kojix2/option_parser9
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.17.1
License
MIT
Author
kojix2

Dependencies

This version declares no dependencies.

README

option_parser9

test

Experimental OptionParser

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      option_parser_dev:
        github: your-github-user/option_parser9
  2. Run shards install

Usage

require "option_parser9"

Development

This project does not aim to create a custom OptionParser. It aims to be merged into the standard library's OptionParser.