abstract class Cliq::Command

Defined in:

cliq.cr

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.args(args : Array(String)) #

[View source]
def self.args : Array(String) #

[View source]
def self.command(name : String) #

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

[View source]
def self.description : String | Nil #

[View source]
def self.summary(text : String) #

[View source]
def self.summary : String #

[View source]

Instance Method Detail

abstract def call(args : Array(String)) #

[View source]

Macro Detail

macro flags(*args) #

[View source]