exe/cobra in cobra_commander-0.15.1 vs exe/cobra in cobra_commander-1.0.0
- old
+ new
@@ -1,6 +1,11 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
+require "bundler"
+
+# Require plugins
+Bundler.require(:cobra)
+
require "cobra_commander/cli"
CobraCommander::CLI.start