lib/vagrant-environments/command.rb in vagrant-environments-0.1.3 vs lib/vagrant-environments/command.rb in vagrant-environments-0.1.4
- old
+ new
@@ -14,10 +14,9 @@
# will be printed, as well.
#
# If this method returns `nil`, then you should assume that help
# was printed and parsing failed.
def parse_options(opts=nil)
- p "Overriden-----------------------------------------"
# Creating a shallow copy of the arguments so the OptionParser
# doesn't destroy the originals.
argv = @argv
# Default opts to a blank optionparser if none is given
opts ||= OptionParser.new