Sha256: 9a3c0882d4bb33dd5aa17ba0323f32354ef8c86efc805f6289df27910b6bbeaa

Contents?: true

Size: 155 Bytes

Versions: 10

Compression:

Stored size: 155 Bytes

Contents

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

require 'thor'
require 'bundler/setup'
require 'thor_nested_subcommand'

require 'pry-byebug'
Pry.start

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thor_nested_subcommand-1.0.9 bin/console
thor_nested_subcommand-1.0.8 bin/console
thor_nested_subcommand-1.0.7 bin/console
thor_nested_subcommand-1.0.6 bin/console
thor_nested_subcommand-1.0.5 bin/console
thor_nested_subcommand-1.0.4 bin/console
thor_nested_subcommand-1.0.3 bin/console
thor_nested_subcommand-1.0.2 bin/console
thor_nested_subcommand-1.0.1 bin/console
thor_nested_subcommand-1.0.0 bin/console