Sha256: 15b1c6d5f8af148aa784d732bb7a22068150429ddafbd03e73836efb2f8490dc

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

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

lib_directory = File.expand_path('../../lib', __FILE__)
$LOAD_PATH << lib_directory

require 'shoes/ui/picker'

# On Windows getting odd paths with trailing double-quote
bin_dir = ARGV[0].delete('"')

Shoes::UI::Picker.new.run(bin_dir)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.rc1 bin/shoes-picker