class Amber::CLI::MainCommand::Encrypt::Help
- Amber::CLI::MainCommand::Encrypt::Help
- Reference
- Object
Overview
Configures help message attributes for the Encrypt class.
This class is automatically defined by the Crystal CLI library.
Defined in:
amber/cli/commands/encrypt.cr:5amber/cli/commands/encrypt.cr:13
Class Method Summary
- 
        .caption(s : String)
        
          Sets the caption. 
- 
        .footer(s : String)
        
          Sets the footer. 
- 
        .header(s : String)
        
          Sets the header. 
- 
        .title(s : String)
        
          Sets the title. 
- 
        .unparsed_args(s)
        
          Sets the string for unparsed arguments.