bin/vsclean in vsclean-1.0.4 vs bin/vsclean in vsclean-1.0.5
- old
+ new
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-require "clean"
+require "commands/commands"
-VsClean::Clean.run(ARGV)
+VsClean::Command.run(ARGV)
\ No newline at end of file
- old
+ new