Add custom transformers to audit command

This commit is contained in:
Ethan Dennis
2023-06-22 18:19:35 +00:00
parent 2a1dea8358
commit 27832720d6

View File

@@ -19,11 +19,11 @@ class Arguments
end
def to_output
arguments = @args.to_a
return if arguments.blank?
arguments = @args.to_a || []
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
return if arguments.blank?
rng = Random.new
variable_names = Set.new