Commit c0f16364 authored by Fabio Pelosin's avatar Fabio Pelosin

[Command] Added environment variable to skip setup.

parent 85e787ff
......@@ -65,7 +65,9 @@ module Pod
def self.run(*argv)
sub_command = parse(*argv)
unless ENV['SKIP_SETUP']
Setup.new(ARGV.new).run_if_needed
end
sub_command.run
rescue Interrupt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment