class Semverify::CommandLine
def core_args
-
(Hash)
-
def core_args {}.tap do |args| args[:pre] = options[:pre] if options[:pre] args[:pre_type] = options[:'pre-type'] if options[:'pre-type'] args[:build_metadata] = options[:build] if options[:build] end end