module Polydocopt

Extended Modules

Defined in:

polydocopt.cr

Constant Summary

COMMANDS = {} of String => Command.class

Command class registry

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.main(progname, args : Array(String)) : Int32 #

Main function. Call this with the program name and ARGV See example/main.cr for an example


[View source]