You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts "Usage: #{$0} | Use one of the following commands: <generate> or <compare>. After generating the migration guide with the <compare> command, the library can be migrated via <migrate>"
exit 0
end
end
def migrator()
cmd = command(action: $action)
Open3.popen3(cmd) do |stdin, stdout, stderr, wait_thr|