struct Gemigrate::Restore::Flags

Overview

Extend the flags class to include the flag

Defined in:

gemigrate/restore.cr

Constant Summary

DESCRIPTIONS = {} of String => String
LONG_NAMES = ["\"--help\""] of String
NAMES = ["__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 inspect(io) #

[View source]
def validate!(command) #

[View source]