Sha256: 17c00ce1fb3f6ae4f2f808dc670fb2ab7b1fc791ab3b4e8150e609810c8cbe5c
Contents?: true
Size: 363 Bytes
Versions: 14
Compression:
Stored size: 363 Bytes
Contents
#!/usr/bin/env ruby require_relative "./bin/load_shopify" exit(proc do begin ShopifyCLI::ErrorHandler.call do ShopifyCLI::Core::EntryPoint.call(ARGV.dup) end rescue StandardError => error ShopifyCLI::ErrorHandler.exception = error if ShopifyCLI::Environment.print_stacktrace? raise error else 1 end end end.call)
Version data entries
14 entries across 14 versions & 1 rubygems