abstract struct Athena::Cli::Command

Overview

Parent struct for all CLI commands.

Defined in:

cli/command.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.command_name : String #

Name of the command.


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

Name of the command.


[View source]
def self.description : String #

Description of what the command does.


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

Description of what the command does.


[View source]

Instance Method Detail

def initialize #

[View source]