class Amber::CLI::MainCommand::Generate::Help

Overview

Configures help message attributes for the Generate class.

This class is automatically defined by the Crystal CLI library.

Defined in:

amber/cli/commands/generate.cr:9
amber/cli/commands/generate.cr:19
amber/cli/commands/generate.cr:47

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]