enum Comandante::OptParserTypes::OptionStyle

Overview

Available Types for Options

Defined in:

comandante/opt_parser_types.cr

Enum Members

Switch = 0
Option = 1
RepeatingSwitch = 2
RepeatingOption = 3

Instance Method Summary

Instance Method Detail

def option? #

[View source]
def repeating_option? #

[View source]
def repeating_switch? #

[View source]
def switch? #

[View source]