class Action

Defined in:

aptman/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(short_arg : String, long_arg : String, payload : String = "") #

[View source]

Instance Method Detail

def long_arg : String #

[View source]
def long_arg=(long_arg : String) #

[View source]
def payload=(payload : String) #

[View source]
def run #

[View source]
def short_arg : String #

[View source]
def short_arg=(short_arg : String) #

[View source]