bin/dw in dev_flow-0.5.0 vs bin/dw in dev_flow-0.5.1

- old
+ new

@@ -68,10 +68,10 @@ optparse.parse!(ARGV) # determine the command command = ARGV[0] || 'info' -cmd_alias = {'pg' => 'progress', 'update-roadmap' => 'ur', 'clean' => 'cleanup', 's' => 'switch'} +cmd_alias = {'pg' => 'progress', 'update-roadmap' => 'ur', 'cleanup' => 'clean', 's' => 'switch'} command = cmd_alias[command] if cmd_alias[command] if %w[info init complete progress close release ur update-roadmap cleanup clean switch gantt tm timer].include? command options[:command] = command else