abstract struct Athena::Cli::Command
- Athena::Cli::Command
- Struct
- Value
- Object
Overview
Parent struct for all CLI commands.
Defined in:
cli/command.crConstructors
Class Method Summary
-
.command_name : String
Name of the command.
-
.command_name=(command_name : String)
Name of the command.
-
.description : String
Description of what the command does.
-
.description=(description : String)
Description of what the command does.