Skip to content
View Benabik's full-sized avatar

Organizations

@perl6 @parrot

Block or report Benabik

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rack-teapot rack-teapot Public

    ☕️? No, 🍵.

    Ruby

  2. A Ruby class for turning command lin... A Ruby class for turning command line options into keyword arguments and subcommands into method calls.
    1
    # frozen_string_literal: true
    2
    
                  
    3
    require 'forwardable'
    4
    require 'ostruct'
    5
    require 'optparse'