# File lib/rudy/cli/routines.rb, line 61 61: def passthrough_valid? 62: @rr = Rudy::Routines::Passthrough.new(@alias, @option, @argv) 63: @rr.raise_early_exceptions 64: true 65: end