bin/dw in dev_flow-0.1.0 vs bin/dw in dev_flow-0.1.1
- old
+ new
@@ -73,9 +73,10 @@
puts "Initializing your environment ... "
DevFlow.invoke!(options, 'init')
end
end
+# release is just a alias of command close buth with a option flag set
if command == 'release'
options[:release] = true
command = 'close'
end