class CodePreloader::Config::PackOptions

Defined in:

config.cr

Instance Method Summary

Instance Method Detail

def config_path : String | Nil #

[View source]
def config_path=(config_path : String | Nil) #

[View source]
def ignore_list : Array(String) #

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

[View source]
def output_path : String | Nil #

[View source]
def output_path=(output_path : String | Nil) #

[View source]
def prompt_footer_path : String | Nil #

[View source]
def prompt_footer_path=(prompt_footer_path : String | Nil) #

[View source]
def prompt_header_path : String | Nil #

[View source]
def prompt_header_path=(prompt_header_path : String | Nil) #

[View source]
def prompt_template_path : String | Nil #

[View source]
def prompt_template_path=(prompt_template_path : String | Nil) #

[View source]
def source_list : Array(String) #

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

[View source]