Module: Eco::API::UseCases::Lib::Files::InputFile
- Defined in:
- lib/eco/api/usecases/lib/files/input_file.rb
Overview
Note:
Assumes that, if Cli invoked, there could be Cli options defined
Note:
it includes and extends FilePattern:
file_pattern_from_constwould prioritize constants as accepted inINPUT_FILENAME_CONSTSfile_pattern_const_from_optionswould prioritize:input:file:pattern
under :input :file:
:name:format(overridingINPUT_FORMATconst):encoding:pattern(target pattern const)
Defined Under Namespace
Modules: InstanceMethods
Constant Summary collapse
- INPUT_FILENAME_CONSTS =
%i[ INPUT_FILENAME IN_FILENAME INPUT_FILE_PATTERN IN_FILE_PATTERN ].freeze