class Comandante::OptParserTypes::NullCommandAction

Overview

A Null Command Action

Defined in:

comandante/opt_parser_types.cr

Instance Method Summary

Instance methods inherited from class Comandante::OptParserTypes::CommandAction

run(global_opts : OptionsHash, opts : OptionsHash, args : Array(String)) : Nil run

Instance Method Detail

def run(global_opts : OptionsHash, opts : OptionsHash, args : Array(String)) : Nil #

[View source]