Files
cligen/README.md
2026-03-31 10:27:52 -05:00

483 B

CliGenerator

This is a crystal project to manage setting up OptionParser objects based around "Command" objects and arguments you define inside them.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      cligen:
        git: https://git.arcanium.tech/tristan/cligen
    
  2. Run shards install

Usage

require "cligen"

Contributors