class GithubTrackerOptions

Overview

A wrapper for OptionParser that main uses to get command line args.

If an option needs main to quit, it can set @quit = true, and main should respect that flag.

Defined in:

GithubTrackerOptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(args) #

[View source]

Instance Method Detail

def earlier_time : Time #

[View source]
def later_time : Time #

[View source]
def list_users? : Bool #

[View source]
def quit? : Bool #

[View source]
def specific_user? : Bool #

[View source]
def user : String #

[View source]