lib/cpflow.rb in cpflow-3.0.0 vs lib/cpflow.rb in cpflow-3.0.1
- old
+ new
@@ -62,11 +62,11 @@
check_cpln_version
check_cpflow_version
fix_help_option
- super(*args)
+ super
end
def self.check_cpln_version # rubocop:disable Metrics/MethodLength
return if @checked_cpln_version
@@ -125,10 +125,10 @@
# Needed to be able to use "run" as a command
def self.is_thor_reserved_word?(word, type) # rubocop:disable Naming/PredicateName
return false if word == "run"
- super(word, type)
+ super
end
def self.deprecated_commands
@deprecated_commands ||= begin
deprecated_commands_file_path = "#{__dir__}/deprecated_commands.json"