abstract struct Polydocopt::Command

Defined in:

polydocopt.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(options : Hash(String, Array(String) | Bool | Int32 | String | Nil)) #

[View source]

Class Method Detail

def self.doc : String #

[View source]
def self.doc=(doc : String) #

[View source]
def self.name : String #

[View source]
def self.name=(name : String) #

[View source]
def self.register #

[View source]

Instance Method Detail

def options : Hash(String, Nil | String | Int32 | Bool | Array(String)) #

[View source]
def options=(options : Hash(String, Nil | String | Int32 | Bool | Array(String))) #

[View source]
def run : Int32 #

[View source]