class Find::CLI

Defined in:

find/cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(args : Array(String) = ARGV.dup) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def dirs : Array(Path) #

[View source]
def dirs=(dirs : Array(Path)) #

[View source]
def expression : String #

[View source]
def expression=(expression : String) #

[View source]
def run #

[View source]