class CodePreloader::Config
- CodePreloader::Config
- Reference
- Object
Defined in:
config.crConstructors
Class Method Summary
-
.get_ignore_list(ignore_path : String) : Array(String)
Reads and returns a list of paths to ignore from the given file.
Instance Method Summary
- #detect_config_file : String | Nil
- #help_options : HelpOptions | Nil
- #init_options : InitOptions | Nil
- #pack_options : PackOptions | Nil
- #parse_arguments(args : Array(String))
- #parse_init_options(parser)
- #parse_pack_options(parser)
- #parser : OptionParser | Nil
- #subcommand : Subcommand
- #verbose : Bool
Constructor Detail
Class Method Detail
def self.get_ignore_list(ignore_path : String) : Array(String)
#
Reads and returns a list of paths to ignore from the given file.