Merge pull request #25 from ethanis/main
Support custom transformers for issue commands without arguments
This commit is contained in:
@@ -19,11 +19,11 @@ class Arguments
|
|||||||
end
|
end
|
||||||
|
|
||||||
def to_output
|
def to_output
|
||||||
arguments = @args.to_a
|
arguments = @args.to_a || []
|
||||||
return if arguments.blank?
|
|
||||||
|
|
||||||
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
|
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
|
||||||
|
|
||||||
|
return if arguments.blank?
|
||||||
|
|
||||||
rng = Random.new
|
rng = Random.new
|
||||||
variable_names = Set.new
|
variable_names = Set.new
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user