class ShouldIWatchThis::Lookup::Options

Overview

The dedicated Cli::OptionModel subclass for the Lookup class.

This class is automatically defined by the Crystal CLI library.

Defined in:

should-i-watch-this.cr:22
should-i-watch-this.cr:23

Instance Method Summary

Instance Method Detail

def l? #

Returns the -l option value.

This method is automatically defined by the optarg library.


def show_links? #

Returns the -l option value.

This method is automatically defined by the optarg library.


def title_or_imdb_id #

Returns the TITLE_OR_IMDB_ID argument value.

This method is automatically defined by the optarg library.


def title_or_imdb_id? #

Returns the TITLE_OR_IMDB_ID argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def y #

Returns the -y option value.

This method is automatically defined by the optarg library.


def y? #

Returns the -y option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def year #

Returns the -y option value.

This method is automatically defined by the optarg library.


def year? #

Returns the -y option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.