Output args for testing
This commit is contained in:
@@ -22,6 +22,8 @@ class Arguments
|
|||||||
arguments = @args.to_a || []
|
arguments = @args.to_a || []
|
||||||
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
|
arguments.concat(["--custom-transformers", *@custom_transformers]) if @custom_transformers.length.positive?
|
||||||
|
|
||||||
|
puts arguments.to_s
|
||||||
|
|
||||||
return if arguments.blank?
|
return if arguments.blank?
|
||||||
|
|
||||||
rng = Random.new
|
rng = Random.new
|
||||||
|
|||||||
Reference in New Issue
Block a user