Sha256: cfb2c5d3dcd2d9e6bf2699ed5f4563a4521858f94fb6cca03386d144a09445eb

Contents?: true

Size: 167 Bytes

Versions: 7

Compression:

Stored size: 167 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH.unshift __dir__ + "/../../lib"
require "dry/cli"

require_relative "baz_command"

Dry.CLI(Baz::CLI).call

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rfix-3.0.1 vendor/dry-cli/spec/support/fixtures/baz
rfix-3.0.0 vendor/dry-cli/spec/support/fixtures/baz
rfix-2.0.4 vendor/dry-cli/spec/support/fixtures/baz
rfix-2.0.3 vendor/dry-cli/spec/support/fixtures/baz
rfix-2.0.2 vendor/dry-cli/spec/support/fixtures/baz
rfix-2.0.1 vendor/dry-cli/spec/support/fixtures/baz
rfix-2.0.0 vendor/dry-cli/spec/support/fixtures/baz