module Polydocopt
Extended Modules
Defined in:
polydocopt.crConstant Summary
-
COMMANDS =
{} of String => Command.class
-
Command class registry
-
VERSION =
"0.1.0"
Class Method Summary
-
.main(progname, args : Array(String)) : Int32
Main function.
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