class Sentry::SentryCommand::Help

Overview

Configures help message attributes for the SentryCommand class.

This class is automatically defined by the Crystal CLI library.

Defined in:

amber/cli/helpers/sentry.cr

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]