struct Gemigrate::Main::Flags

Overview

Extend the flags class to include the flag

Defined in:

gemigrate.cr

Constant Summary

DESCRIPTIONS = {} of String => String
LONG_NAMES = ["\"--version\"", "\"--help\""] of String
NAMES = ["__version__", "__help__"] of String
SHORT_NAMES = [] of String

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Admiral::Command) #

Instance Method Detail

def __help__ : Bool #

def __version__ : Bool #

def inspect(io) #

[View source]
def validate!(command) #

[View source]