class PunchCard::Help

Overview

Configures help message attributes for the PunchCard class.

This class is automatically defined by the Crystal CLI library.

Defined in:

punch-card.cr:14
punch-card.cr:46

Class Method Summary

Class Method Detail

def self.caption(s : String) #

Sets the caption.


[View source]
def self.footer(s : String) #

Sets the footer.


[View source]
def self.header(s : String) #

Sets the header.


[View source]
def self.title(s : String) #

Sets the title.


[View source]
def self.unparsed_args(s) #

Sets the string for unparsed arguments.


[View source]